https://github.com/lucretia/net_time
This is an Ada 2012 library that implements the internet time protocol RFC-3339
https://github.com/lucretia/net_time
ada ada2012 gnat internet net-time protocol rfc-3339 rfc3339
Last synced: 2 months ago
JSON representation
This is an Ada 2012 library that implements the internet time protocol RFC-3339
- Host: GitHub
- URL: https://github.com/lucretia/net_time
- Owner: Lucretia
- License: other
- Created: 2019-07-20T17:01:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T17:06:13.000Z (almost 6 years ago)
- Last Synced: 2024-12-26T20:25:20.242Z (4 months ago)
- Topics: ada, ada2012, gnat, internet, net-time, protocol, rfc-3339, rfc3339
- Language: Ada
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Net Time
This is an Ada 2012 library that implements the internet time protocol, [RTF3339](http://tools.ietf.org/html/rfc3339).
Leap seconds are not supported as yet as Ada's seconds range is 0 .. 59 which does not include 60, which the RFC does. I
also have no clue, yet, how to implement it.# Building
## GNAT
```bash
$ cd build/gnat
$ make
```# Dependencies
Ada 2012 compiler.
## Tested with
FSF GNAT 7.3.0
# Author
Copyright (C) 2019, Luke A. Guest
# Licence
New-style BSD, see LICENCE file in source root directory.