Class: OCI8::BindType::UTCDateTime
- Inherits:
-
OCITimestamp
- Object
- OCITimestamp
- OCI8::BindType::UTCDateTime
- Includes:
- Util
- Defined in:
- lib/oci8/datetime.rb
Instance Method Summary collapse
-
#get ⇒ Object
:nodoc:.
-
#set(val) ⇒ Object
:nodoc:.
Methods included from Util
default_timezone, default_timezone=
Instance Method Details
#get ⇒ Object
:nodoc:
317 318 319 |
# File 'lib/oci8/datetime.rb', line 317 def get() # :nodoc: array_to_datetime(super(), :utc) end |
#set(val) ⇒ Object
:nodoc:
313 314 315 |
# File 'lib/oci8/datetime.rb', line 313 def set(val) # :nodoc: super(datetime_to_array(val, :timestamp)) end |