Does anyone know how i can use BST for config.time_zone in my rails config/environment.rb file?
At the moment i have left it as UTC and i\'m thinking of adding BST t
The TimeZone you need to set is UK, this will automatically handle BST
Time.zone = 'London' Time.zone.now => Sun, 17 Oct 2010 02:09:54 BST +01:00