Change `startOfDay` and `trimNanoSec` to use `initDateTime` instead of mutating the new copy via the deprecated property accessors. Updated the test suite to reflect functions that moved from this library to the standard library. We're still testing the expected functionality to make sure that the contract is maintained for users of this library.
11 lines
222 B
Nim
11 lines
222 B
Nim
# Package
|
|
|
|
version = "0.5.3"
|
|
author = "Jonathan Bernard"
|
|
description = "Utility methods to fill in the lacking time support in Nim\'s stdlib."
|
|
license = "BSD3"
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.3.1"
|