Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brianyu28/momentary

A utility for converting between dates and Unix timestamps
https://github.com/brianyu28/momentary

Last synced: 4 days ago
JSON representation

A utility for converting between dates and Unix timestamps

Awesome Lists containing this project

README

        

# Momentary

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

![Screenshot of Momentary converting dates](/assets/screenshot.png)

## 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:

```bash
$ npm install
$ npm run tauri dev
```

Build the application with:

```bash
$ npm run tauri build
```

## Authors

- [Brian Yu](https://github.com/brianyu28)