Linux‎ > ‎Ruby & Rails‎ > ‎

ActiveAdmin

posted Apr 9, 2016, 5:33 AM by Chris Martin

Time format and zone

To display time in the local time zone

#== TimeZone
config.prepend_before_action -> { Time.zone = "Sydney" }
Comments