Method: Sequel::SequelMethods#application_timezone

Defined in:
lib/sequel/timezones.rb

#application_timezoneObject (readonly)

The timezone you want the application to use. This is the timezone that incoming times from the database and typecasting are converted to.



32
33
34
# File 'lib/sequel/timezones.rb', line 32

def application_timezone
  @application_timezone
end