@hmiproject/helio-sdk
    Preparing search index...

    Type Alias UseTimeResult

    type UseTimeResult = {
        serverNow(): Date;
    }
    Index

    Methods

    Methods

    • The current Date on the server. Note: Due to platform limitations, the date returned will be a native Date object of the exact timestamp but with an arbitrary time zone. The time zone information should be disregarded.

      Returns Date