Method: OpenHAB::CoreExt::Java::LocalTime#to_instant
- Defined in:
- lib/openhab/core_ext/java/local_time.rb
#to_instant(context = nil) ⇒ Instant
Converts the LocalTime (in the system timezone) to an Instant (in Zulu time).
126 127 128 |
# File 'lib/openhab/core_ext/java/local_time.rb', line 126 def to_instant(context = nil) to_zoned_date_time(context).to_instant end |