ArkScript
Docs
  • Prologue
    • Getting started
    • Building and installing
  • Guides
    • Contributing guidelines
    • Coding guidelines
    • Naming convention in ArkScript
  • Tutorials
    • Learning ArkScript
    • Embedding ArkScript in C++ projects
    • Creating modules
  • Standard library
    • Async
    • Cli
    • Dict
    • Events
    • Exceptions
    • Functional
    • IO
    • Lazy
    • List
    • Macros
    • Math
    • os
    • Random
    • Range
    • String
    • Switch
    • Sys
    • Testing
    • Time
    • Bitwise module
    • Console module
    • Database module
    • Hash module
    • HTTP module
    • JSON module
  • Reference
    • Bytecode specification
    • Builtins in ArkScript
    • Documenting code using ArkDoc
    • Testing ArkScript
    • Architecture
      • ArkScript architecture
      • Compiler architecture
      • VM architecture
    • Creating a release
    • Editing the documentation
    • Module error handling
ArkScript
  • Docs
  • Blog
  • Playground
  • Benchmarks
  • Forum
  • GitHub

Search

Loading search index…

No recent searches

No results for "Query here"

  • to select
  • to navigate
  • to close

Search by FlexSearch

  • Prologue
    • Getting started
    • Building and installing
  • Guides
    • Contributing guidelines
    • Coding guidelines
    • Naming convention in ArkScript
  • Tutorials
    • Learning ArkScript
    • Embedding ArkScript in C++ projects
    • Creating modules
  • Standard library
    • Async
    • Cli
    • Dict
    • Events
    • Exceptions
    • Functional
    • IO
    • Lazy
    • List
    • Macros
    • Math
    • os
    • Random
    • Range
    • String
    • Switch
    • Sys
    • Testing
    • Time
    • Bitwise module
    • Console module
    • Database module
    • Hash module
    • HTTP module
    • JSON module
  • Reference
    • Bytecode specification
    • Builtins in ArkScript
    • Documenting code using ArkDoc
    • Testing ArkScript
    • Architecture
      • ArkScript architecture
      • Compiler architecture
      • VM architecture
    • Creating a release
    • Editing the documentation
    • Module error handling

On this page

  • time
  1. Home
  2. Docs
  3. Standard library
  4. Time

Time

On this page
  • time

time#


Builtin (time ) Return the time of the computer since epoch, in seconds, with at least milliseconds precision

Author#

@SuperFola

Example#

(time)  # 1627134107.837558031082153
Prev
Testing
Next
Bitwise module
    • Brought to you by Lex Plt