index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
values
/
time_zone.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Chatham Islands Time (UTC+1245) support.
Hiro Asari
2013-04-12
1
-1
/
+2
*
Fixed timezone mapping of Ulaanbaatar.
Zolzaya
2013-03-27
1
-1
/
+1
*
Remove manual "return true" from AS::TZ match method
Carlos Antonio da Silva
2013-03-12
1
-1
/
+1
*
included "Montevideo" in list of time zone aliases (closes Issue #9628)
Gernot
2013-03-09
1
-0
/
+1
*
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
1
-1
/
+1
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-1
/
+1
*
Only take the date parts from Time.zone.now
Andrew White
2012-12-01
1
-3
/
+3
*
Make `Time.zone.parse` to work with JavaScript date strings
Andrew White
2012-12-01
1
-11
/
+16
*
Fixed timezone mapping of Solomon Islands.
Steve Klabnik
2012-11-01
1
-1
/
+1
*
update AS/values and AS/xml_mini docs [ci skip]
Francesco Rodriguez
2012-09-14
1
-36
/
+51
*
Remove rescue clause from ActiveSupport::TimeZone#to_f
Andrew White
2012-07-01
1
-2
/
+1
*
Merge pull request #5571 from jarkko/5559-fix-dst-jump-bug-on-master
Aaron Patterson
2012-05-15
1
-0
/
+5
|
\
|
*
[#5559] Do not black out the system timezone DST jump hour if Time.zone diffe...
Jarkko Laine
2012-03-24
1
-0
/
+5
*
|
removing unnecessary 'examples' noise from activesupport
Francesco Rodriguez
2012-05-13
1
-5
/
+5
*
|
more edits [ci skip]
Vijay Dev
2012-05-01
1
-1
/
+1
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-01
1
-0
/
+1
|
\
\
|
*
|
Add documention for utc_offset method
Rob Zolkos
2012-05-01
1
-0
/
+1
|
|
/
*
/
Correcting some confusion. Pago Pago is part of American Samoa, not Samoa. Fu...
Dave Gerton
2012-04-13
1
-2
/
+4
|
/
*
use empty? on the hash to avoid another method call
Aaron Patterson
2012-03-16
1
-1
/
+1
*
removed unnecessary calls to "freeze"
Aaron Patterson
2012-03-16
1
-2
/
+1
*
make stubbing Time.now easier
Aaron Patterson
2012-03-16
1
-1
/
+7
*
Clean up module docs [ci skip]
Vijay Dev
2012-03-07
1
-21
/
+21
*
Make sure require_tzinfo only calls Kernel#require if TZInfo isn't already pr...
Tim Lucas
2011-09-07
1
-1
/
+1
*
Fix tzinfo require (it broke test_raises_when_an_invalid_timezone_is_defined_...
Jon Leighton
2011-08-16
1
-6
/
+13
*
Be more lazy about creating time zone objects. Decreases startup time by abou...
Jon Leighton
2011-08-16
1
-2
/
+13
*
remove require active_support/tzinfo as file dosent exists #TODO fix
Vishnu Atrai
2011-05-22
1
-3
/
+1
*
Fixed many references to the old config/environment.rb and Rails::Initializer
Benjamin Quorning
2010-07-13
1
-3
/
+3
*
Removes the dependency that AMo has on tzinfo
Santiago Pastorino
2010-07-03
1
-6
/
+6
*
Don't store incorrect values in zones_map
Santiago Pastorino
2010-06-28
1
-1
/
+5
*
removed 'unless const_defined?' code smell
Josh Kalderimis
2010-06-21
1
-148
/
+146
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
*
Unforce tzinfo from AS
Santiago Pastorino
2010-06-01
1
-1
/
+7
*
TimeZones lazy load
Santiago Pastorino
2010-04-20
1
-24
/
+9
*
Switch to TimezoneProxy for later support of deferred TZ loading
Jeremy Kemper
2010-04-20
1
-3
/
+1
*
utc_offset returns nil for unknown zones
Santiago Pastorino
2010-04-14
1
-2
/
+3
*
delegate unknown timezones to TZInfo
Santiago Pastorino
2010-04-02
1
-5
/
+12
*
utc_offset is no longer required on TimeZone and if it's not supplied we dele...
Santiago Pastorino
2010-04-02
1
-61
/
+18
*
Don't cache the utc_offset we are already caching the timezone [#4301 state:c...
Santiago Pastorino
2010-03-30
1
-2
/
+5
*
Ensure to reference the proper TZInfo namespace [#4268 state:resolved].
José Valim
2010-03-26
1
-2
/
+2
*
Georgetown TimeZone is now mapped to "America/Guyana" instead of "America/Arg...
Geoff Buesing
2010-01-26
1
-3
/
+3
*
Fix bug that causes TimeZone.seconds_to_utc_offset to returns wrong offset wh...
Prem Sichanugrist
2010-01-19
1
-3
/
+4
*
Consolidate date & time landscape: require 'active_support/time'
Jeremy Kemper
2009-11-14
1
-3
/
+0
*
Fix unresolved string extension dependencies
Jeremy Kemper
2009-11-08
1
-0
/
+1
*
Edinburgh TimeZone references "Europe/London" instead of "Europe/Dublin" [#33...
Phil Ross
2009-10-27
1
-1
/
+1
*
Restore split between require-time and runtime load path mungery. Simplifies ...
Jeremy Kemper
2009-09-24
1
-1
/
+1
*
Rollback AS bundler work and improve activation of vendored dependencies
Joshua Peek
2009-09-13
1
-1
/
+1
*
Kathmandu TimeZone: reference Asia/Kathmandu zone directly instead of through...
Geoff Buesing
2009-06-07
1
-1
/
+1
*
Change spelling of Kyev timezone to Kyiv [#2613 state:resolved]
Alexander Dymo
2009-05-10
1
-2
/
+2
*
Insert in sorted order to avoid TimeZone sort
Jeremy Kemper
2009-04-07
1
-2
/
+1
*
Encapsulate date/time core extensions and constant autoloads in active_suppor...
Jeremy Kemper
2009-03-31
1
-10
/
+3
[next]