Skip to content

Instantly share code, notes, and snippets.

@bhelyer
Created March 19, 2010 01:26
Show Gist options
  • Save bhelyer/337130 to your computer and use it in GitHub Desktop.
Save bhelyer/337130 to your computer and use it in GitHub Desktop.
import std.stdio;
import std.date;
void main()
{
auto localtime = UTCtoLocalTime(getUTCtime());
writeln("The current time is " ~ std.date.toString(localtime));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment