I cant edit my local server time, any way I can edit the plugin to show correct time ?
Option to change timezoneSolved
The server time is taken from the server machine itself. Are you looking to apply an offset to it?
I think so, very good idea MJSU even if we turn the plugin into real time :))), can that time be changed (timezone)?
This feature was added in version 1.0.3
I tried to change Offset time (Minutes) and nothing happens .... why? for example I have UTC +3 does this mean that in offset time I have the value 180 correct? learn how that setting works, please!
The plugin uses the local time of the server. So when it's at 0 that will be the servers local time. If you want to add an hour to that you would use 60 as the value. If you want to subtract an hour you use -60. I pushed an update there was a 60 second delay before time would update which should be resolved now.
I updated the plugin I modified and no change! Below is my current setting:
{
"Update Rate (Seconds)": 1.0,
"Offset time (Minutes)": 180,
"Panel Settings": {
"Dock": "leftbottom",
"Width": 0.075,
"Order": 2,
"BackgroundColor": "# FFF2DF08"
}
"Panel Layout": {
"Image": {
"Url": "https://i.imgur.com/cGisDjH.png",
"Enabled": true,
"Color": "#FFFFFFFF",
"Order": 0,
"Width": 0.28,
"Padding": {
"Left": 0.05,
"Right": 0.0,
"Top": 0.1,
"Bottom": 0.1
}
}
"Text": {
"Text": "{0: HH: mm: ss}",
"FontSize": 14,
"TextAnchor": "MiddleCenter",
"Enabled": true,
"Color": "#FFFFFFFF",
"Order": 1,
"Width": 0.72,
"Padding": {
"Left": 0.05,
"Right": 0.05,
"Top": 0.05,
"Bottom": 0.05
}
}
}
}
Locked automatically