openaustralia / righttoknow

Theme for, and issues specific to, Right To Know.
https://www.righttoknow.org.au/
MIT License
21 stars 14 forks source link

0.27.0.0 - Check for Date/Time references in overriden templates/theme code #736

Closed benrfairless closed 3 years ago

benrfairless commented 3 years ago

Please update any overriden templates and theme code that reference times and dates to reference the local time zone where appropriate. e.g. Time.now => Time.zone.now Date.today => Date.current DateTime.parse => Time.zone.parse See https://robots.thoughtbot.com/its-about-time-zones for a description of how Rails handles time zones