Search

January 18, 2024
Learn »
...it wasn't a priority when std.datetime was written, and I've never gotten...
January 19, 2024
Learn »
C++ Std library exmaple code:
```CPP
// 2019-12-20 19:35:12
std::cout << std...
January 18, 2024
Learn »
Thank you for your replay.

So shame! The standard library doesn't have date formatting...
January 18, 2024
Learn »
std.datetime does not currently support custom date/time formats. It only supports the ISO...
January 18, 2024
Learn »
```D
import std.datetime : Clock, format;
import std.stdio : writeln;

void main()
{
    auto currentTime = Clock...
January 16, 2024
General »
...for a way to split up std.datetime without breaking existing code. And ultimately, package...
January 16, 2024
Learn »
...do stuff like

auto foo(imported!"std.datetime".SysTime st) {...}

I'm not sure how...
January 09, 2024
LDC »
...2f2cd6f2b00d36129a97446bec25e660baef3187

Basically, I started using the `std.datetime.systime` module.

With DMD, I can still...
January 01, 2024
Announce »
...on to sema2 for ``std.datetime.systime``, again into ``std.datetime.timezone``, nothing we can...
December 29, 2023
Issues »
...std.datetime] Tweak docs" was merged into master:

- 5e93d4f9c9f0a17fdf6f222c9ff8153b16aa01c1 by Nick Treleaven:
  [std.datetime] Tweak...
1 2 3 4 5 6 7 8
Next ›   Last »