Unix Timestamp Converter
Kushandura pakati peUnix epoch timestamp nemunhu zuva nenguva.
Zvinyorwa zvinogadziridzwa paunenge uchinyora.
Nezve iyi kalkulator
you want to read a log line, you can use the Unix timestamp converter. The Unix timestamp converter is a tool that converts a log line into a Unix timestamp. It can be used to convert a log line into a Unix timestamp. The Unix timestamp converter is a tool that converts a log line into a Unix timestamp. It can be used to convert a log line into a Unix timestamp. The Unix timestamp converter is a tool that converts a log line into a Unix timestamp. The Unix timestamp converterPick a direction: give it an epoch number and it shows that exact instant both in UTC and in your browser’s local time zone (the two lines differ by your UTC offset), plus the ISO 8601 string and the weekday. Give it a date and local time instead and it returns the matching epoch value.
Zvimwe zvinobvunzwa zvakanyanya
Ichi ndicho Unix timestamp mumasekondi kana mumasekondi?
Unix timestamp yakajairika inoshandiswa mumasekondi kubvira 1970, asi JavaScript neAPIs dzinoda kushandisa mamiliseconds (1000× makuru). Gadzira chiyero pasi pezvitsva zvinodiwa kuti uone kukosha kwechimwe chinhu.
Ndeipi nguva yenguva yenguva inoratidzwa nenguva yekunyora?
A Unix timestamp haina nguva zone — ichokwadi instant. The tool shows that instant both as UTC and in your browser’s local time, which is why the two lines can differ by your UTC offset.
Ndinogona sei kutaura kana timestamp iri mumasekondi kana mumilisekondi?
Kuverenga zviratidzo: a zvinonzwika-zuva seconds timestamp ndezve 10 zviratidzo refu, apo millisecond vhezheni ndezve 13 zviratidzo. Kana decoded zuva anosvika 1970, iwe unogona chaizvo kuverenga a millisecond kukosha seseconds.
Chii chinonzi Unix epoch?
Epoch ndiyo zero point yeUnix nguva: midnight UTC pa 1 January 1970. Every timestamp is just the number of seconds (or milliseconds) counted from that instant.
Inogona kushandura zuva kumashure kuita timestamp?
Yes. Switch the direction to Date → timestamp, enter the date and local time, and it returns the epoch value, so you can round-trip in either direction.
Chii chinonzi 2038 year problem?
Sisitimu dzinochengeta nguva yeUnix mu32-bit integer overflow pa19 January 2038, mushure mekunge kunyorwa kusingagone kukwira. 64-bit timestamps yezvino inoita kuti izvi zvive nyore, uye iyi converter inochengeta nguva yakareba kupfuura 2038.
API — kushandisa iyi kalkulator kubva code
Chiva iyi calculator semahara JSON endpoint - hapana chikuru zvinodiwa. Kutumira nzvimbo zviwanikwa pasi separameter query kana JSON. Tora yakazara API docs →
Endpoint
GET https://calculator.free/api/v1/unix-timestamp/
curl
curl "https://calculator.free/api/v1/unix-timestamp/?mode=to_date&unix=1700000000"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/unix-timestamp/?" + new URLSearchParams({
"mode": "to_date",
"unix": "1700000000"
}));
const data = await r.json();
console.log(data.results);
Zviratidzo zvemubvunzo ndezvekufungidzira kwechinangwa chekudzidzisa chete, kwete zvemari, zvehutano kana zvemari.