Modul:TwitterSnowflake: Unterschied zwischen den Versionen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 18: | Zeile 18: | ||
end | end | ||
local timestamp = math.floor((hi * 1024 + math.floor(lo / 4194304)) / 1000) + epoch | local timestamp = math.floor((hi * 1024 + math.floor(lo / 4194304)) / 1000) + epoch | ||
return | return "a" | ||
end | end |