Method: Sequel::Postgres::JSONBOp#path_query_first_tz
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
#path_query_first_tz(path, vars = nil, silent = nil) ⇒ Object
The same as #path_query_first, except that timezone-aware conversions are used for date/time values.
788 789 790 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 788 def path_query_first_tz(path, vars=nil, silent=nil) JSONBOp.new(_path_function(:jsonb_path_query_first_tz, path, vars, silent)) end |