It is currently March 28th, 2024, 11:48 pm

Question TimeZone

Get help with creating, editing & fixing problems with skins
User avatar
xenium
Posts: 841
Joined: January 4th, 2018, 9:52 pm

Question TimeZone

Post by xenium »

How do I add TimeZone = +5:30 ?

Code: Select all

[Measure24HrTime]
Measure=Time
Format=%H:%M
Thanks
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Question TimeZone

Post by balala »

xenium wrote: January 2nd, 2020, 7:37 pm How do I add TimeZone = +5:30 ?

Code: Select all

[Measure24HrTime]
Measure=Time
Format=%H:%M
TimeZone=5.5
https://docs.rainmeter.net/manual/measures/time/#TimeZone
User avatar
xenium
Posts: 841
Joined: January 4th, 2018, 9:52 pm

Re: Question TimeZone

Post by xenium »

balala wrote: January 2nd, 2020, 7:46 pm

Code: Select all

[Measure24HrTime]
Measure=Time
Format=%H:%M
TimeZone=5.5
https://docs.rainmeter.net/manual/measures/time/#TimeZone
Thank you very much.
I knew about the TimeZone option, but I didn't know how to add the 30 minutes.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Question TimeZone

Post by balala »

xenium wrote: January 2nd, 2020, 8:07 pm I knew about the TimeZone option, but I didn't know how to add the 30 minutes.
Yes, TimeZone is the number of hours and as such 30 minutes is a half, so it is added as 0.5.
User avatar
xenium
Posts: 841
Joined: January 4th, 2018, 9:52 pm

Re: Question TimeZone

Post by xenium »

balala wrote: January 2nd, 2020, 8:12 pm Yes, TimeZone is the number of hours and as such 30 minutes is a half, so it is added as 0.5.
:Ok