Skip to content

Library providing one single function: convert a standard-libary SystemTime into the much more user-friendly DateTime format used by the Chrono crate.

Notifications You must be signed in to change notification settings

nlburgin/systime_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

systime_converter

Library providing one single function: convert a standard-libary SystemTime into the much more user-friendly DateTime format used by the Chrono crate.

For some reason chrono doesn't provide this conversion, even though it's handy for dealing with things like file metadata, etc. that are typed as SystemTime

Though the implementation is trivially simple, this is provided so that its users can perform the conversion without first having to figure out how to work with SystemTime.

About

Library providing one single function: convert a standard-libary SystemTime into the much more user-friendly DateTime format used by the Chrono crate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages