oh-my-fish / theme-bobthefish

A Powerline-style, Git-aware fish theme optimized for awesome.
MIT License
1.46k stars 225 forks source link

system time zone is not used by the right prompt #281

Closed champignoom closed 3 years ago

champignoom commented 3 years ago

The right prompt shows UTC+0 time by default, ignoring the system time zone.

hundertzwoelf commented 3 years ago

Hi, I had the same problem, but I fixed it by explicitly stating the timezone in my fish config. In my case I added: set -g theme_date_timezone Europe/Berlin

Henriquelay commented 3 years ago

Worked for me! Thanks

bobthecow commented 3 years ago

This is fixed now! Thanks for your patience.