Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
430 contributions in the last year
Contribution activity
October 2020
- zevv/bitline Nim
Created an issue in nim-lang/Nim that received 1 comment
time.format does not allow `.` in format string
Trying to format time with milliseconds:
import times
echo now().format("yyyy-MM-dd hh:mm:ss.fff")
results in :
/external/Nim/lib/pure/times.nim(1…

