Hi!
I'm getting different time zones with lang::user::timezone and land:system:timezone. And it works
But, if I want to change how to show a time/date using a time zone, lc_fmt_time doesn't works.
For example:
set var_debug_1 [lc_time_fmt "2008-02-25 10:00:00" "%x %X %Z" "US/Mountain"]
set var_debug_2 [lc_time_fmt "2008-02-25 10:00:00" "%x %X %Z" "America/Bogota"]
The results are the same and second var must be different (two hours)
Anybody knows if I'm wrong or if lc_time_fmt is buggy?
Thanks
Cesareo