- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 02:49 AM
How to get time based on the display value of timezone field in cmn_location table.
I am running one schedule job periodically and set time zone based on IST with below code. But i want to set timezone based on Timezone field in cmn_location table. Can someone provide me the code to set time based on timezone available in timezone field.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 03:31 AM
Hi @VikramM1
Below posts could be helpful :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 03:10 AM
How are you running this? What is the relation with the location table to this scheduled job? What are your trying to accomplish? And did you try anything related to the answer you got on your question from last week?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 03:25 AM
I have one table form which will trigger messages based on selected time. I am comparing current IST time with user selected time and triggering messages based on time selected by user. Since, now i need to trigger messages by comparing user selected time and time comes from timezone in cmn_location table. Since, i want logic to get time based on timezone field and compare with user selected time and trigger messages. Timezone filed contains timezones like US/Pacific, IST, Hongkong etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 03:31 AM
Hi @VikramM1
Below posts could be helpful :
Thanks & Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 12:37 AM
How to get month, monthday and week based on time zone.