mirror of
https://github.com/vxcontrol/lualibs-winapi.git
synced 2026-07-01 13:54:03 -04:00
5 lines
104 B
Lua
5 lines
104 B
Lua
require 'winapi'
|
|
p = winapi.get_current_process()
|
|
print(os.date('%c',os.time(p:get_start_time())))
|
|
|