Hi everyone. I had a small doubt. I was trying to send a notification to a specific user at a particular time. I read a few other posts and understood how to send the notification to one user , but couldn’t understand how to incorporate time into it. When I read the onesignal docs , it says that I should use the send_after parameter. I tried to do that and succeeded with the date but couldn’t figure out how to add the time. For example -
2015-09-24 14:00:00 GMT-0700
is the time format i am using. Here I understood till the part 24 , but after that was having some difficulty.
it is written 14:00:00 GMT-0700. As per the docs , they say that the default time zone taken is utc but here both these times are different though UTC and GMT are same. So if anyone could explain this to me and tell how I can add time of any country , it would be highly appreciated