I'll do a IAmA on reddit 2013/10/02 (tomorrow) at 9:15 AM PST

Jonathan M Davis jmdavisProg at gmx.com
Wed Oct 2 02:35:41 PDT 2013


On Wednesday, October 02, 2013 11:19:51 John Colvin wrote:
> On Tuesday, 1 October 2013 at 23:56:01 UTC, Andrei Alexandrescu
> 
> wrote:
> > Hello,
> > 
> > 
> > I'll do a http://www.reddit.com/r/iama tomorrow morning. The
> > draft title is "I am a member of Facebook's HHVM team, a C++
> > and D pundit, and a Machine Learning guy. Ask me anything!"
> > 
> > I assume there will be a fair amount of D-related questions.
> > I'm hoping to benefit from air support from you all.
> > 
> > 
> > Wish me luck!
> > 
> > Andrei
> 
> exact time (UTC)?

import std.datetime;
import std.stdio;

void main()
{
    auto pacific = TimeZone.getTimeZone("America/Los_Angeles");
    writeln(SysTime(DateTime(2013, 10, 2, 9, 15, 0), pacific).toUTC());
}

:)

- Jonathan M Davis


More information about the Digitalmars-d mailing list