Difference between revisions of "Translations:Manual:Discord Functions/179/zh-CN"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
(required) time as a [https://en.wikipedia.org/wiki/Unix_time Unix time]. To get the current Unix time in Lua, use <code>os.time(os.date("*t"))</code>.
+
(必需) 时间为 [https//en.wikipedia.org/wiki/Unix_time Unix 时间]。 要获取 Lua 中的当前 Unix 时间,请使用 <code>os.time(os.date("*t"))</code>

Latest revision as of 01:02, 17 February 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manual:Discord Functions)
(required) time as a [https://en.wikipedia.org/wiki/Unix_time Unix time]. To get the current Unix time in Lua, use <code>os.time(os.date("*t"))</code>.

(必需) 时间为 [https//en.wikipedia.org/wiki/Unix_time Unix 时间]。 要获取 Lua 中的当前 Unix 时间,请使用 os.time(os.date("*t"))