Browse all articles and tutorials in one overview.
Your computer keeps time when it's off thanks to a tiny chip called the real time clock (RTC), which runs on a small C… Read more
If your cron job is not running, the cause is almost always one of five things: cron uses a stripped-down environment … Read more
TAI (International Atomic Time) and UTC (Coordinated Universal Time) are both built from the same super-precise atomic… Read more
The short answer: pick ULID when you need IDs that sort by creation time and stay readable, and pick UUID when you nee… Read more
A negative unix timestamp is simply a timestamp with a value below zero, representing a date and time that occurred be… Read more
Converting a Linux timestamp to a date is something you'll do constantly as a developer or sysadmin, and Linux gives y… Read more
NTP time synchronization is the process by which computers, servers, and network devices automatically set and maintai… Read more
Every time a user logs into a SaaS application, an auth token is generated and handed to their browser or mobile app. … Read more
If you've ever stored a date in a database, built an API, or debugged a scheduling bug that only appeared in certain c… Read more
If you've ever integrated two systems that store dates differently, you already know the pain. One API returns 1714521… Read more
If you've ever stared at a number like 1717200000 and wondered what date it represents, you're not alone. Learning to … Read more
Managing time-related data is a fundamental challenge in database design. When you work with Unix timestamps in databa… Read more
Try a different keyword or clear the search.