Skip to content

Commit

Permalink
Describe N format specifier for nanoseconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
akzhan committed Oct 2, 2017
1 parent 35ac3d3 commit d039e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time/format.cr
Expand Up @@ -28,7 +28,7 @@
# * **%k**: hour of the day, 24-hour clock, blank padded (" 0", " 1", ..., "24")
# * **%l**: hour of the day, 12-hour clock, blank padded (" 0", " 1", ..., "12")
# * **%L**: milliseconds, zero padded (000, 001, ..., 999)
# * **%N**: nanoseconds, zero padded (000000000, 000000001, ...)
# * **%N**: nanoseconds, zero padded (000000000, 000000001, ..., 999999999)
# * **%m**: month number, zero padded (01, 02, ..., 12)
# * **%_m**: month number, blank padded (" 1", " 2", ..., "12")
# * **%-m**: month number (1, 2, ..., 12)
Expand Down

0 comments on commit d039e04

Please sign in to comment.