Method: Sequel::SequelMethods#database_timezone
- Defined in:
- lib/sequel/timezones.rb
permalink #database_timezone ⇒ Object (readonly)
The timezone for storage in the database. This is the timezone to which Sequel will convert timestamps before literalizing them for storage in the database. It is also the timezone that Sequel will assume database timestamp values are already in (if they don’t include an offset).
38 39 40 |
# File 'lib/sequel/timezones.rb', line 38 def database_timezone @database_timezone end |