Modul:TwitterSnowflake: Unterschied zwischen den Versionen

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 timestamp
     return "a"
end
end