A simple Python utility to get the current UTC time in milliseconds since the UNIX epoch.
- Returns the current UTC time in milliseconds since 1/1/1970.
- Prints the current UTC time and milliseconds for quick reference.
Clone this repository:
git clone https://github.com/medmond78/tdd.git
cd tdd
Run the script using Python:
python getTime.py
Example output:
Current UTC time: 2024-06-07 14:23:45.123456
Milliseconds since Unix epoch: 1717764225123
Returned milliseconds: 1717764225123
This project is licensed under the MIT License. See the LICENSE