October 06, 2015 Learn » Re: SysTime bug or feature? | |||
|---|---|---|---|
| |||
...year, I tried to create a new TimeZone class that would specifically be for SysTime... | |||
July 03, 2015 Learn » Re: time difference - beautify my code | |||
|---|---|---|---|
| |||
...a DateTime from a SysTime, you're getting the equivalent year-date-month and hour... | |||
May 13, 2015 Learn » Re: SysTime object from unixtime | |||
|---|---|---|---|
| |||
...n\tData: ",ct.day," / ",ct.month," / ",ct.year,".\n");
auto tv = Clock.currTime;
write("\tHour... | |||
January 02, 2015 Learn » Re: getting current DateTime | |||
|---|---|---|---|
| |||
...gets used internally by SysTime for any calendar...the date and time (year, month, etc.) efficiently... | |||
April 03, 2014 Issues » [Issue 12507] SysTime.init.toString should not segfault | |||
|---|---|---|---|
| |||
...to SysTime(0, UTC()) and have it have a valid timezone. Around dconf last year... | |||
March 17, 2014 Learn » Re: SysTime.add!"days" missing | |||
|---|---|---|---|
| |||
...way: t -= 60.days; SysTime.add likely specializes...days in a month or in a year. | |||
December 22, 2013 Issues » [Issue 11783] Make std.datetime unittesting faster | |||
|---|---|---|---|
| |||
...Date(year, md.month, md.day), tod);
foreach(tz; testTZs)
{
foreach(fs; testFracSecs)
test(SysTime... | |||
November 18, 2013 General » Re: try/catch idiom in std.datetime | |||
|---|---|---|---|
| |||
...Constructors for types like SysTime or DateTime are...a valid date in year X? A function... | |||
November 18, 2013 General » Re: try/catch idiom in std.datetime | |||
|---|---|---|---|
| |||
...1;
timeInfo.tm_year = dateTime.year - 1900;
timeInfo...0, new DateTimeException("A SysTime cannot have negative... | |||
October 25, 2013 Issues » [Issue 11353] core.time.Duration is missing to() conversion function | |||
|---|---|---|---|
| |||
...units do. You can break up SysTime into year, month, day, hour, minute, and second... | |||
Copyright © 1999-2021 by the D Language Foundation