Skip to content

Commit

Permalink
Merge branch 'master' of github.com:D-Programming-Language/phobos
Browse files Browse the repository at this point in the history
  • Loading branch information
andralex committed May 11, 2011
2 parents c5cd017 + 631567c commit b64d9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/datetime.d
Expand Up @@ -71,7 +71,7 @@ auto restoredTime = SysTime.fromISOExtString(timeString);
with such functions are $(D "years"), $(D "months"), $(D "weeks"),
$(D "days"), $(D "hours"), $(D "minutes"), $(D "seconds"),
$(D "msecs") (milliseconds), $(D "usecs") (microseconds),
$(D "hnsecs") (hecto-nanoseconds - i.e. 100 ns) or some subset thereof.
$(D "hnsecs") (hecto-nanoseconds - i.e. 100 ns), or some subset thereof.
There are a few functions in core.time which take $(D "nsecs"), but because
nothing in std.datetime has precision greater than hnsecs, and very little
in core.time does, no functions in std.datetime accept $(D "nsecs").
Expand Down

0 comments on commit b64d9f2

Please sign in to comment.