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
*
Remove outdated statement about bundled TZInfo.
Phil Ross
2015-10-18
1
-6
/
+0
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
1
-1
/
+1
|
\
|
*
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
1
-1
/
+1
*
|
Update docs for `formatted_offset`
Ronak Jangir
2015-09-29
1
-2
/
+6
*
|
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
|
/
*
Improve Docs of ActiveSupport::TimeZone [ci skip]
amitkumarsuroliya
2015-09-15
1
-2
/
+2
*
Improve ActiveSupport::TimeWithZone conversion to YAML
Andrew White
2015-04-22
1
-0
/
+9
*
Refactor ActiveSupport::Timezone#strptime
Andrew White
2015-04-22
1
-28
/
+35
*
Add ActiveSupport::TimeZone#strptime.
Paul A Jungwirth
2015-04-22
1
-0
/
+20
*
Revert "Take DST into account when locating TimeZone from Numeric."
Andrew White
2015-03-09
1
-7
/
+1
*
Take DST into account when locating TimeZone from Numeric.
Yasyf Mohamedali
2015-03-03
1
-1
/
+7
*
make zones_map private
Tony Miller
2015-02-06
1
-7
/
+8
*
Add missing time zone definitions for Russian Federation
Andrey Novikov
2015-01-13
1
-1
/
+4
*
Use directly TZInfo::Timezone without proxy
brainopia
2015-01-04
1
-2
/
+2
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Change `gsub` to `tr` where possible
Alexander Balashov
2014-10-06
1
-1
/
+1
*
reduce object allocations in utc_offset
Aaron Patterson
2014-08-29
1
-2
/
+2
*
Collected TimeZone's class methods together
printercu
2014-05-17
1
-70
/
+69
*
Tidy up implementation of #15010
Andrew White
2014-05-11
1
-7
/
+1
*
Make TimeZone#parse behave more like Time#parse.
Ulysse Carion
2014-05-11
1
-1
/
+12
*
make tests pass on Ruby 2.2
Aaron Patterson
2014-03-13
1
-1
/
+1
*
Maintain current timezone when changing time during DST overlap
Andrew White
2014-01-26
1
-0
/
+4
*
Check `respond_to` before delegation due to: https://github.com/ruby/ruby/com...
Aaron Patterson
2014-01-09
1
-0
/
+1
*
Don't lazy load the tzinfo library
Andrew White
2014-01-01
1
-19
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
1
-2
/
+2
|
\
|
*
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-2
/
+2
*
|
Add support for localized date references
Colin Bartlett
2013-12-03
1
-0
/
+10
*
|
Remove AS::TZ.lookup(name).
thedarkone
2013-08-07
1
-5
/
+1
*
|
Unify AS::TZ's lazy init maps.
thedarkone
2013-08-07
1
-9
/
+5
*
|
Use TS::Cache instead plain Hash in TimeZone.
thedarkone
2013-08-07
1
-5
/
+7
|
/
*
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
[next]