/momentary

A utility for converting between dates and Unix timestamps

Primary LanguageTypeScript

Momentary

A cross-platform utility for converting between Unix timestamps and dates.

Screenshot of Momentary converting dates

Features

  • Input a Unix timestamp in seconds or milliseconds, see resulting time in UTC and local time
  • Input local time or UTC time and see Unix timestamp value

Installation

npm and cargo are required to run the application.

Run the development server with:

$ npm install
$ npm run tauri dev

Build the application with:

$ npm run tauri build

Authors