typo in ActiveSupport::TimeWithZone example

master
Mike Połtyn 13 years ago
parent f79e106471
commit 2cc2ab8975

@ -582,7 +582,7 @@ After that multiply the result by 1000:
Time.now.to_i * 1000 # => 1383582043000
# ActiveSupport examples:
DateTime.now.to_i * 1000 # => 1383582043000
ActiveSupport::TimeZone.new('Asia/Shanghai').now.to_i * 100
ActiveSupport::TimeZone.new('Asia/Shanghai').now.to_i * 1000
# => 1383582043000
```

Loading…
Cancel
Save