August 15 Issues » [Issue 24704] DateTime.fromISOExtString Does Not Support ISO8601 Time Unit Fractions | |||
|---|---|---|---|
| |||
...cast(DateTime)SysTime.fromISOExtString("2024-08-15T08:13:23.000");
assert(dt.year == 2024);
assert... | |||
March 18, 2023 Learn » What makes vibe.d Incredibly Slow on a VPS? | |||
|---|---|---|---|
| |||
...created
string[string] hist;
SysTime nowTime = Clock.currTime...month) ~"."~
to!string(nowTime.year) ~"."~ " "~
to!string(nowTime... | |||
July 09, 2021 Learn » Re: Can I get the time "Duration" in "nsecs" acurracy? | |||
|---|---|---|---|
| |||
...epoch is year 1600 instead of year 0...supports. However, `Duration` and `SysTime` are stored in... | |||
September 10, 2020 Learn » Re: Access violation when using IShellFolder2 | |||
|---|---|---|---|
| |||
...VariantTimeToSystemTime(date, &st); auto year = st.wYear; auto...a more D-friendly SysTime object using SYSTEMTIMEToSysTime... | |||
May 08, 2020 General » Re: Documentation Improvement Initiative | |||
|---|---|---|---|
| |||
...std.datetime;
Date today()
{
SysTime time = Clock.currTime();
return Date(time.year, time.month, time... | |||
April 30, 2019 Learn » druntime giving wrong line for copy assert? | |||
|---|---|---|---|
| |||
...Apr-2019 11:04";
SysTime dateProgrammed;
ubyte[] full...2])/3+1);
d.year = m[3].to... | |||
April 15, 2019 Issues » [Issue 19808] SysTime gives different results at compile vs. run time execution | |||
|---|---|---|---|
| |||
...the year but not all of the year), the to*String functions on SysTime compare... | |||
August 25, 2018 Learn » Re: Clock.currTime differs from SysTime | |||
|---|---|---|---|
| |||
...year). Unfortunately, that still leaves a problem of what to do when constructing a SysTime... | |||
December 13, 2017 Learn » Re: Date Formating | |||
|---|---|---|---|
| |||
...Sometimes, I think that putting year, month, etc. on SysTime was a mistake, because using... | |||
May 13, 2017 Learn » Re: SysTime.fromISOString | |||
|---|---|---|---|
| |||
...with a SysTime that was constructed from just a year anyway. The best SysTime could... | |||
Copyright © 1999-2021 by the D Language Foundation