Privacy Policy

1. Introduction

Welcome to the Timestamp Converter, a simple, client-side web utility that converts between Unix timestamps and human-readable dates. This tool is operated as a static site hosted on GitHub Pages. We are deeply committed to user privacy and follow a strict zero-data-collection model. Because all processing happens exclusively in your web browser, we never receive, store, log, or transmit any information about you or your usage. This Privacy Policy explains our practices clearly and transparently.

2. Information We Do Not Collect

Due to the fully client-side nature of the tool, we do not collect any of the following:

  • Personal Identifiable Information (PII) — names, email addresses, IP addresses, or any other identifiers.
  • Usage or Analytics Data — no tracking of page views, session duration, clicks, timestamps entered, or conversion results.
  • Device or Browser Information — no collection of user-agent strings, screen resolution, operating system, location, or timezone data.
  • Input Data — any Unix timestamp or date string you enter is processed locally and never leaves your device.

Your conversions remain 100% private — even from us.

3. How the Tool Operates

All functionality relies on standard JavaScript Date objects and runs entirely within your browser:

  • Input values are read from form fields.
  • Conversions are calculated using native browser APIs.
  • Results are displayed instantly on-screen.
  • No network requests are made except to load static assets (HTML, CSS, JS) from GitHub Pages or CDNs.

The browser may temporarily hold your input in memory during the session, but nothing is persisted after you close or refresh the page. We do not use localStorage, sessionStorage, IndexedDB, or any other persistent mechanism.

4. Third-Party Services & CDNs

We use Bootstrap and Bootstrap Icons via public CDNs for styling. These CDNs may log basic request metadata (IP, user-agent) as part of standard HTTP delivery — but this data is not accessible to us and is governed by the respective CDN providers’ policies. No tracking scripts, analytics pixels, or advertising are included.

5. Cookies & Tracking Technologies

The Timestamp Converter does not set or use any cookies, web beacons, local storage identifiers, or fingerprinting techniques. Your visit is completely stateless from our perspective.

6. Data Security

Since we collect no data, there is no risk of data breach on our side. We recommend using a modern, updated browser and avoiding public networks when working with sensitive timestamps (e.g., from internal systems). Security of your device and browser is your responsibility.

7. Children’s Privacy

This tool is not directed to children under 13. We do not knowingly process data from children.

8. Changes to This Policy

We may revise this Privacy Policy occasionally. Updates will appear on this page with a new effective date. Continued use constitutes acceptance of changes.

By using the Timestamp Converter you acknowledge and agree to this no-data-collection privacy model. Your trust and privacy are our highest priority.