Search

July 21
DIP Ideas »
...a different access modifier for setters public DateTime BirthDate { get; private set; }. I question if...
May 28
Learn »
...milliseconds.msecs;
```

https://dlang.org/phobos/std_datetime_systime.html#unixTimeToStdTime
https://dlang.org/phobos...
May 28
Learn »
...based on your result.

Simply doing:

```
SysTime(DateTime(1970, 1, 1), UTC()) + dur!"msecs"(milliseconds...
May 28
Learn »
...what you want:

import std;

import std.datetime;
import std.stdio;

    void main() {
        // Get the...
May 28
Learn »
...a solution to after looking at std.datetime.

First question is how do I get...
May 26
Issues »
...FAILURE, exit;
import std.concurrency;
import std.datetime;
import std.stdio;
import core.thread;

void...
May 14
Learn »
...in the standard library: https://dlang.org/phobos/std_datetime_stopwatch.html#benchmark

SDB@79
May 10
Announce »
...module examples.select;

import std.range, std.datetime, std.stdio;

import photon;

void main() {
    startloop...
May 08
Learn »
...it's unambiguous.  Take for example std.datetime.stopwatch:

```d
import std.typecons : Flag;
alias...
May 03
Announce »
...flavored channels:

```d

import std.algorithm, std.datetime, std.range, std.stdio;
import photon;

    void...
1 2 3 4 5
Next ›   Last »