8120f0a45e605c79e757bdb8a2793b7e77cf7c5a
Server was using UTC — clock-in at 7:45 CET was stored as 6:45 UTC. MySQL DATETIME columns store values without timezone, so the UTC value was saved as-is, appearing 1 hour behind. Now new Date() returns CET/CEST time, matching the PHP behavior. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Description
No description provided