टाइमज़ोन सूची
UTC ऑफ़सेट के साथ सभी IANA टाइमज़ोन पहचानकर्ता ब्राउज़ और खोजें।
Timezone List के बारे में
Timezone List tzdata database से सभी IANA timezone identifiers की एक searchable, filterable directory प्रदान करता है, जो Linux, macOS, Android और सभी major programming languages द्वारा timezone calculations के लिए उपयोग किया जाने वाला authoritative source है। प्रत्येक entry IANA identifier, current UTC offset, timezone abbreviation और DST status indicator प्रदर्शित करती है। IANA database में Earth पर हर inhabited region को cover करते हुए 600 से अधिक timezone identifiers हैं, और यह टूल exact string को memorize किए बिना किसी भी city, region, या country के लिए correct identifier ढूँढना आसान बनाता है।
उपयोग कैसे करें
पूरी timezone list browse करें या city name, country, region, timezone abbreviation, या UTC offset से filter करने के लिए search box का उपयोग करें। list narrow करने के लिए region tabs का उपयोग करके continent या region द्वारा filter करें। किसी भी timezone entry पर click करें इसे expand करें और DST transition rules और common city examples सहित पूरी details देखें। application configuration, database fields, या API parameters में उपयोग के लिए IANA identifier string directly copy करें।
सामान्य उपयोग के मामले
- application timezone configuration settings में उपयोग के लिए किसी specific city या country के लिए exact IANA timezone identifier ढूँढना
- scheduling applications और calendar tools में timezone dropdowns के लिए current UTC offsets और abbreviations lookup करना
- यह identify करना कि कौन से IANA timezones currently daylight saving time observe कर रहे हैं और उनके corresponding summer UTC offsets
- PostgreSQL AT TIME ZONE clauses, Python pytz usage और Java ZoneId.of() calls के लिए valid IANA timezone strings select करना
- microservices में timezone identifiers audit और standardize करना जो inconsistent या deprecated timezone abbreviations उपयोग कर रहे हों