Search

August 15
Issues »
...cast(DateTime)SysTime.fromISOExtString("2024-08-15T08:13:23.000");

    assert(dt.year == 2024);
    assert...
March 18, 2023
Learn »
...created

    	string[string] hist;

    	SysTime nowTime = Clock.currTime...month) ~"."~
    					to!string(nowTime.year) ~"."~ " "~
    					to!string(nowTime...
July 09, 2021
Learn »
...epoch is year 1600 instead of year 0...supports.

However, `Duration` and `SysTime` are stored in...
September 10, 2020
Learn »
...VariantTimeToSystemTime(date, &st);
auto year = st.wYear;
auto...a more D-friendly SysTime object using SYSTEMTIMEToSysTime...
May 08, 2020
General »
...std.datetime;
    Date today()
    {
        SysTime time = Clock.currTime();
        return Date(time.year, time.month, time...
April 30, 2019
Learn »
...Apr-2019 11:04";
    SysTime dateProgrammed;

    ubyte[] full...2])/3+1);
    d.year = m[3].to...
April 15, 2019
Issues »
...the year but not all of the year), the to*String functions on SysTime compare...
August 25, 2018
Learn »
...year). Unfortunately, that still leaves a problem of what to do when constructing a SysTime...
December 13, 2017
Learn »
...Sometimes, I think that putting year, month, etc. on SysTime was a mistake, because using...
May 13, 2017
Learn »
...with a SysTime that was constructed from just a year anyway. The best SysTime could...
« First   ‹ Prev
1 2
Next ›   Last »