Re: SysTime object from unixtime

2015-05-15 Thread dat via Digitalmars-d-learn
thanks, that did the trick!

SysTime object from unixtime

2015-05-12 Thread dat via Digitalmars-d-learn
As strange as it sounds, after 20 minutes reading the docs about std.datetime I could not figure out how to get a SysTime object starting from a long unixtime. I'm sure I'm missing something obvious, any tips? Thanks, dat