phobos/std/datetime
Nathan Sashihara 0f20fa219c Fix Issue 19453 - Remove unnecessary error checks in std.datetime.systime.currStdTime()
Posix gettimeofday called with a valid timeval address and a null second
parameter doesn't fail. Posix clock_gettime called with a valid clock_id
is only permitted to fail if the number of seconds does not fit in time_t.
2018-11-30 06:12:18 -05:00
..
date.d std.datetime.date: Clarify that add/roll mutate the current object 2018-11-01 21:24:52 +00:00
interval.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00
package.d Simplified std.datetime.package overview 2018-04-04 09:23:52 -04:00
stopwatch.d Revert "Add dontOptimizeAway to std.datetime.stopwatch" 2018-06-13 16:19:17 -04:00
systime.d Fix Issue 19453 - Remove unnecessary error checks in std.datetime.systime.currStdTime() 2018-11-30 06:12:18 -05:00
timezone.d posix.mak: Enforce whitespace before opening parenthesis for version conditions 2018-09-22 16:57:24 +02:00