Commit 9a052ef0bc333c8864b6ac9bc228d6290e0629d3
Committed by
Andrew Shvayka
1 parent
dbe03480
fix typo in EventEntity class
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -113,6 +113,6 @@ public class EventEntity extends BaseSqlEntity<Event> implements BaseEntity<Eve |
113 | 113 | } |
114 | 114 | |
115 | 115 | private long getTs(UUID uuid) { |
116 | - return (uuid.timestamp() - EPOCH_DIFF) / 1000; | |
116 | + return (uuid.timestamp() - EPOCH_DIFF) / 10000; | |
117 | 117 | } |
118 | 118 | } | ... | ... |