Skip to content

Instantly share code, notes, and snippets.

@studio3104
Created July 11, 2012 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save studio3104/3087269 to your computer and use it in GitHub Desktop.
Save studio3104/3087269 to your computer and use it in GitHub Desktop.
DateTime object
'time' => bless( {
'local_rd_secs' => 1033,
'local_rd_days' => 734695,
'rd_nanosecs' => 0,
'locale' => bless( {
'default_time_format_length' => 'medium',
'native_territory' => 'United States',
'native_language' => 'English',
'native_complete_name' => 'English United States',
'en_language' => 'English',
'id' => 'en_US',
'default_date_format_length' => 'medium',
'en_complete_name' => 'English United States',
'en_territory' => 'United States'
}, 'DateTime::Locale::en_US' ),
'local_c' => {
'hour' => 0,
'second' => 13,
'month' => 7,
'quarter' => 3,
'day_of_year' => 193,
'day_of_quarter' => 11,
'minute' => 17,
'day' => 11,
'day_of_week' => 3,
'year' => 2012
},
'utc_rd_secs' => 1033,
'formatter' => undef,
'tz' => bless( {
'name' => 'UTC'
}, 'DateTime::TimeZone::UTC' ),
'utc_year' => 2013,
'utc_rd_days' => 734695,
'offset_modifier' => 0
}, 'DateTime' ),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment