Skip to content

medmond78/tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tdd

A simple Python utility to get the current UTC time in milliseconds since the UNIX epoch.

Features

  • Returns the current UTC time in milliseconds since 1/1/1970.
  • Prints the current UTC time and milliseconds for quick reference.

Installation

Clone this repository:

git clone https://github.com/medmond78/tdd.git
cd tdd

Usage

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

License

This project is licensed under the MIT License. See the LICENSE

About

Python function which returns UNIX time in milliseconds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages