Asia · Indonesia

Current time in Tasikmalaya

Western Indonesia Time.

WIB · UTC+07:00IANA: Asia/Jakarta7.33° S · 108.22° E
Current time☀ Daylight
11:40:39

Tuesday, June 2, 2026

05:5311:4517:36
Sunrise
05:53
Solar noon
11:45
Sunset
17:36

Offset right now

UTC+07:00

Western Indonesia Time · WIB

Daylight saving

Not observed

This zone has no seasonal clock change.

About Tasikmalaya time

Tasikmalaya keeps one clock.

In Tasikmalaya, Indonesia’s workdays revolve steadily around WIB time, with the equatorial sun rising and setting predictably throughout the year, so remote teams can count on a neat 12-hour daylight stretch any day.

Frequently asked questions

Common questions about Tasikmalaya's time zone, daylight saving rules, and scheduling across it. Can't find what you need? Email [email protected].

Does Tasikmalaya observe daylight saving time?
No, Indonesia has never observed daylight saving time, so WIB (UTC+7) stays the same year-round.
How far is Tasikmalaya from the prime meridian?
At roughly 108° east, Tasikmalaya sits well east of the prime meridian, putting it firmly in the UTC+7 hemisphere.
What’s the daylight pattern like in Tasikmalaya?
Because it is close to the equator, Tasikmalaya enjoys nearly 12 hours of daylight every day, with very little seasonal variation.
Why is the workday stable for remote teams?
The lack of daylight saving shifts and the consistent sunrise around 6am mean meetings can be scheduled confidently without worrying about time changes.
How does Tasikmalaya’s time relate to Greenwich Mean Time?
Being at UTC+7, Tasikmalaya’s local time is exactly seven hours ahead of Greenwich Mean Time (UTC-0).

Free · Developer API

Time, as JSON.

Every IANA time zone with live offsets, DST status, and the countries and cities that use them — clean, dependable JSON. Sign up free and get an API key in seconds.

GET /v1/timezones Live

countries, cities, convert, DST transitions coming next.

Get your free API key →
// France's time zones, right now
GET /v1/timezones?country=fr
{
"data": [
{
"iana": "Europe/Paris",
"display_name": "Paris",
"current": {
"utc_offset": "+02:00",
"abbreviation": "CEST",
"is_dst": true
}
}
]
}