Class LinuxClock

  • All Implemented Interfaces:
    TMTClock

    public class LinuxClock
    extends java.lang.Object
    implements TMTClock
    • Constructor Summary

      Constructors 
      Constructor Description
      LinuxClock()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int offset()  
      java.time.Instant taiInstant()  
      java.time.Instant utcInstant()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinuxClock

        public LinuxClock()
    • Method Detail

      • offset

        public int offset()
        Specified by:
        offset in interface TMTClock
      • taiInstant

        public java.time.Instant taiInstant()
        Specified by:
        taiInstant in interface TMTClock
      • utcInstant

        public java.time.Instant utcInstant()
        Specified by:
        utcInstant in interface TMTClock