Skip to content

Instantly share code, notes, and snippets.

@zombor
Created May 24, 2012 21:35
Show Gist options
  • Save zombor/2784388 to your computer and use it in GitHub Desktop.
Save zombor/2784388 to your computer and use it in GitHub Desktop.
% irb
1.9.3-p194 :001 > require 'date'
=> true
1.9.3-p194 :002 > date = Date.new(2001,2,3)
=> #<Date: 2001-02-03 ((2451944j,0s,0n),+0s,2299161j)>
1.9.3-p194 :003 > date.strftime('%Z')
=> "+00:00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment