Lucretia / net_time

This is an Ada 2012 library that implements the internet time protocol RFC-3339

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Net Time

This is an Ada 2012 library that implements the internet time protocol, RTF3339.

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

$ 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.

About

This is an Ada 2012 library that implements the internet time protocol RFC-3339

License:Other


Languages

Language:Ada 89.3%Language:Makefile 10.7%