Module:Bengali Unix Timestamp: Difference between revisions

Content deleted Content added
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] or "23 April 2025"))
local BN_UNIX = UNIX - 1744610400
return BN_UNIX