On Sat, Jun 3, 2023, at 12:40 AM, Budi wrote: > Why the date command for time is incorrect and different from the > correct one on panel bar > > $ date +%H > 04 > > $ date +%I > 04 > > while the correct is on panel bar which is 11 (real in 0..24 form, i.e. AM)
Given this... > Date: Sat, 3 Jun 2023 04:40:58 +0000 ...it looks like something is forcing date(1) to use UTC. Perhaps you have the TZ environment variable set? In any case this isn't really about bash. -- vq