Class: OCI8::BindType::UTCTime

Inherits:
OCITimestamp
  • Object
show all
Includes:
Util
Defined in:
lib/oci8/datetime.rb

Instance Method Summary collapse

Methods included from Util

default_timezone, default_timezone=

Instance Method Details

#getObject

:nodoc:



416
417
418
# File 'lib/oci8/datetime.rb', line 416

def get() # :nodoc:
  array_to_time(super(), :utc)
end

#set(val) ⇒ Object

:nodoc:



412
413
414
# File 'lib/oci8/datetime.rb', line 412

def set(val) # :nodoc:
  super(datetime_to_array(val, :timestamp))
end