Posted on 04-05-2018 01:25 PM
The time zone on my cloud hosted JSS is wrong. I know this is a user specific setting in Account Preferences but I am finding it difficult to find my time zone. I have already done this once but when Jamf updated it appears my time zone was reset.
When I try to change it I select "English" and "America" but then I must choose from a list of names of cities form all over the world. None of the American cities I recognize are in my timezone.
I am a simple minded American who does not have all of the cities of the world memorized as to what country and state they belong.
Why can't Jamf put the actual name of the time zone to choose from? For example: "Central", "Eastern" or "Mountain"
Posted on 04-05-2018 01:35 PM
Is this a feature request? If that's what you intended, then you should click on the Feature Requests tab.
Posted on 04-06-2018 10:05 PM
Jamf doesn't maintain its own international time zone lists. These can change every year. It uses ISO standard lists.
For the 48 contiguous United States, look for:
New York = Eastern
Chicago = Central
Denver = Mountain
Los Angeles = Pacific
Posted on 04-08-2018 03:11 AM
JS sdk converts time to UTC... is there anyway i can send local time push notifications from cloudcode using the JS sdk?
Parse.Push.send({
where: query,
push_time: "2012-11-14T17:00:00",
data: {
alert: "some message here!"
}
}, { success: function() {
// success!
}, error: function(err) {
status.error("something went wrong");
}
});
i saw : many channels like ;) that démonstrates this type of replyes: ShowBox VidMate Mobdro
Posted on 04-09-2018 02:54 AM
I noticed this a couple of weeks ago, try:
Posted on 09-19-2022 06:19 AM
I tried that, unfortunatly it don't change the timezone in my logs :S
Posted on 04-09-2018 05:47 AM
When we first transitioned to cloud hosted, support needed to open a ticket with online services to get the time changed. No matter what I selected in Settings, the time in my logs was way off and there was no way that I as a user could correct the issue.