Skip to content

Installation

bridgetime on PyPIbridgetime on npm

BridgeTime ships as native Python and Node.js packages backed by a shared Rust core.

Terminal window
pip install bridgetime
TargetMinimumNotes
Python3.9+Wheels published through PyPI
Node.js18+Tested on Node 20 LTS
OSmacOS, Linux, WindowsPrebuilt binaries by platform/arch
from bridgetime import bridge_time
print(bridge_time.now("UTC").format("YYYY-MM-DD HH:mm:ss"))