Skip to content

Golang package implementing the French Republican Calendar

License

Notifications You must be signed in to change notification settings

rfaulhaber/fdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fdate Build Status

Go package similar to the native time package except implemented on the French Republican Calendar.

Unlike the time package, this one measures dates relative to how many days have passed since 22 September 1792 and doesn't measure anything smaller than days.

Install

To install, have Go installed and run

go get github.com/rfaulhaber/fdate

Note that this library employs the Romme rule when dealing with leap years. Historical leap years will not be accurate.