8 endpoints match this tag.
/time/convert
Konvertera datum och tid från en tidszon till en annan.
/time/current
Get the aktuell datum and time för valfri IANA timezone. Returnerar year, month, day, hour, minute, sekunder, formatted datumtime, day of week, and DST status.
/time/ip/:ip
Get the current time for the location associated with an IP address.
/time/zones
Get a complete list of all available IANA timezones.
/holidays/check
Check huruvida a specifik datum is a public holiday in a given land. Returnerar holiday namn and detaljer if the datum is a holiday, or confirms it is not. Stöder 100+ länder. Idealiskt för payroll system som behöver to account for helgdagar, att schemalägga appar som should block holiday datum, and business verktyg som justera deadlines around non-working dagar.
/holidays/:country_code
Get all helgdagar for a specifik land i aktuell year. A convenient shortcut som does not kräva specifying the year. Returnerar holiday namn, datum, and typer. Idealiskt för quick lookups and instrumentpanel widgetar som visa detta year's remaining holidays for a given land.
/holidays/:country_code/next
Get a list of upcoming helgdagar for a specifik land, starting från today. Returnerar holiday namn, datum, and typer. Perfekt för antaldown widgetar, office att planera verktyg, rese appar som highlight upcoming holidays at a destination, and calendar integrations som behöver to mark the next few holidays.
/holidays/:country_code/:year
Get all helgdagar for a specifik land and year. Returnerar varje officiell holiday med namn, datum, and type. Användbart för att bygga annual calendar views med holidays highlighted, HR system som beräkna working dagar, and rese att planera verktyg som visa the fullständig holiday schedule for a destination land i valfri year.