utime icon indicating copy to clipboard operation
utime copied to clipboard

A Google Chrome extension that converts UNIX timestamps to dates (and vice versa)

Results 7 utime issues
Sort by recently updated
recently updated
newest added

### Issue Wrong time conversion `1678608000000` converted to `2023-03-12T09:00:00` ![wrong time](https://user-images.githubusercontent.com/3071771/231925537-543e138c-127a-451b-ada2-d2a28df5b080.png) ### Expected `2023-03-12T08:00:00` is correct time ### Options * Machine timezone (Mac) - (2023/04/13 PDT) ![options](https://user-images.githubusercontent.com/3071771/231925375-28c2b414-71c2-4c95-9afc-5d7a416da966.png)

When I try to parse a relative date (- 180 days) it will fail. Going back 20 days (-20days) works fine. Tested it incrementally until 100 days in the past....

This should close issue #1

As you might already know PHP's [`strtotime()`](https://php.net/strtotime) is pretty strong when it comes to parsing English date/time strings. The awesome [php.js](http://phpjs.org) community has developed a vanilla [javascript implementation of the...

I was searching for something similar, but my idea was to convert ANY timestamps on a page on fly to readable dates. All essential stuff of date conversion is already...

Would be nice the timestamp can be auto detected if in milliseconds or even microseconds.

I'm at a complete loss of how to generate epoch timestamps now. Chrome just removed utime due to missing privacy policy. After having used utime for years I am hooked...