Content deleted Content added
m R1F4T moved page Module:Sandbox/R1F4T/BengaliUnix to Module:Bengali Unix Timestamp Tags: Mobile edit Mobile web edit Advanced mobile edit |
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 28:
hour = 0
}
if not timestamp
then timestamp = os.time
end
timestamp = timestamp - os.difftime(os.time(), os.time(os.date("!*t"))) + 21600
Line 37 ⟶ 40:
function p.main(frame)
local UNIX = tonumber(en_timestamp(frame.args[1]
local BN_UNIX = UNIX - 1744610400
return BN_UNIX
|