Central Africa Time

Africa/Blantyre

At a glance

IANA
Africa/Blantyre
Standard offset
UTC+2 (GMT+2)
Observes DST?
No
Countries
MW
Main cities
Lilongwe, Blantyre, Mzuzu, Zomba

Developer snippets

// JavaScript
new Intl.DateTimeFormat('en-US', { timeZone: 'Africa/Blantyre' }).format(new Date());

// Python
from zoneinfo import ZoneInfo
from datetime import datetime
datetime.now(ZoneInfo('Africa/Blantyre'));

// Java
java.time.ZonedDateTime.now(java.time.ZoneId.of('Africa/Blantyre'));