Skip to content

Instantly share code, notes, and snippets.

View jamesmoss's full-sized avatar

James Moss jamesmoss

View GitHub Profile
<?php
// 0:00 1/1/2011 UTC
$some_time = 1293840000;
$some_timezone = 'Europe/Moscow';
date_default_timezone_set($some_timezone);
require('Twig/lib/Twig/Autoloader.php');
Twig_Autoloader::register();