micro-timestamp
JSON →micro-timestamp is a lightweight Node.js package that generates UTC microsecond timestamps in MySQL datetime format (YYYY-MM-DD HH:MM:SS.ffffff). Current stable version 2.1.0 relies on the microtime library for high-resolution microsecond precision. It automatically adjusts for system timezone offset to ensure UTC correctness. Simpler than alternatives like moment.js for this specific use case, but has no TypeScript support and limited ecosystem adoption.
Resources
packagemicro-timestamp ↗