aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/cases/timezones_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add support for timezones to Active JobAndrew White2018-02-221-0/+24
Record what was the current timezone in effect when the job was enqueued and then restore when the job is executed in same way that the current locale is recorded and restored.