Initial implementation: format(TimeInterval, fmt)

This commit is contained in:
Jonathan Bernard
2016-10-07 21:55:33 -05:00
parent c503efe439
commit 4a8f0db62d
5 changed files with 31 additions and 0 deletions

11
timeutils.nimble Normal file
View File

@ -0,0 +1,11 @@
# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Utility methods to fill in the horrid time support in Nim\'s stdlib. This is holding me over until I can write a proper time module for the stdlib and submit it."
license = "BSD3"
# Dependencies
requires "nim >= 0.15.0"