-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the correct format to set "UTC offset" timezone for NSG Location? #3
Comments
Best way of figuring this out is to open a VSD and add |
Right, but the question was "How to initially compose the string which will set UTC offset?" (Since |
Have you tried with the actual location information, for instance Europe/Brussels |
This works like a charm, of course, we do it all the time.
But if one need to specify an UTC offset and not the actual name of the TZ,
how would one do it?
Based on the article you mentioned I should try +03; +03:00 as well. Maybe
this will be considered like UTC+3 offset
5 апр. 2017 г. 5:22 PM пользователь "Philippe Dellaert" <
notifications@github.com> написал:
… Have you tried with the actual location information, for instance
Europe/Brussels
(list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFaq9akxq8MpQ_0L0ETD2XJOcbNkG8KEks5rs6OygaJpZM4M0Hh6>
.
|
Not sure what exactly works, but i'm just looking at what the documentation says :). Not sure if UTC values will work, but it's worth a try |
Checked other variants of passing UTC offset. None of them worked.
Not entirely correct. I could not find a way to pass a UTC offset by means of |
As per VSD API Doc for Location object we can use both UTC/GMT offset notation for timezones.
While I can manage to set GMT offset value in this way
GMT+03:00
I cant succeed with UTC offset passed in the same manner.If the GMT is the only way to set offsets, should we reflect this in the parameter description, or give an example how to pass offsets for both variants?
The text was updated successfully, but these errors were encountered: