# Unix Timestamp Converter

Convert Unix timestamps to dates and vice versa.

URL: https://everythingdeck.com/timestamp-converter

## Processing
Processing takes place in your browser. Inputs and files are not uploaded or retained.

## How to use
Enter a Unix timestamp in seconds or milliseconds, or an ISO date with a timezone.

## Example
Convert 0 seconds to 1970-01-01T00:00:00.000Z.

## Inputs
text

## Outputs
text

## Capabilities
- Unix seconds to ISO
- Unix milliseconds to ISO
- ISO to Unix

## Limitations
All output is UTC. Date strings must include Z or a numeric timezone offset.

## Related tools
- [Unit Converter](https://everythingdeck.com/unit-converter)
- [Date Difference](https://everythingdeck.com/date-difference)
