79181464

Date: 2024-11-12 14:12:16
Score: 1.5
Natty:
Report link

You should be able to use UTC_TIME(3) instead of CURRENT_TIME(), CURRTIME(), NOW() to avoid the daylight saving time issue.

SELECT FLOOR(UNIX_TIMESTAMP(UTC_TIME(3)) * 1000);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mike