Method: Sequel::Dataset#supports_timestamp_timezones?
- Defined in:
- lib/sequel/dataset/features.rb
permalink #supports_timestamp_timezones? ⇒ Boolean
Whether the dataset supports timezones in literal timestamps, false by default.
194 195 196 197 |
# File 'lib/sequel/dataset/features.rb', line 194 def # SEQUEL6: Remove false end |