Skip to content

RFC3339 (dates and times) implementation for Nim.

Notifications You must be signed in to change notification settings

Skrylar/rfc3339

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RFC3339

RFC3339 is a standard date/time format used by many web protocols.

Lets you store dates and times. Also parse them from strings. Used by a lot of web RFCs.

Originally created to parse dates in TOML files.

Fractional Seconds

This module makes a best-effort attempt at supporting fractional time as specified in the RFC. Conversion between formats may however result in those fractional seconds being lost due to rounding or precision errors in those interim types.

Timezones

This module attempts to support timezones by preserving any timezone information read or stored in its native type. Conversion between types will however lose the timezone by applying the offset and converting the time to UTC however.

License

This module is made available under the BSD (2-clause) license.

About

RFC3339 (dates and times) implementation for Nim.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published