Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: note that pico engine supports time:now()
Info
titleEngine Compatibility

This library has not yet been ported to the New Pico Engine. However, time:now() exists which returns the current time as a ISO8601 string (ex. "2017-03-08T22:45:18.887Z")


The time library provides functions for determining the time and manipulating time values. KRE tries to determine the user's location and creates a time object that is localized for the user (i.e., in the user's time zone). The following functions are available:

...