Unix Zaman Damgası API

Unix Timestamp Dönüştürme İşlemleri

Endpoint

https://api.astra-dev.com.tr/api/unix

Parametreler

time

Unix timestamp (opsiyonel, boş bırakılırsa şu anki zaman)

Örnek Kullanım

https://api.astra-dev.com.tr/api/unix?time=1640000000
play_arrow API'yi Test Et

Yanıt Formatı

{
  "unix": 1640000000,
  "milliseconds": 1640000000000,
  "iso": "2021-12-20T13:33:20.000Z",
  "local": "20.12.2021 16:33:20"
}