Issue to derive the time zone short code for given time zone.
Issue to derive the timezone short code for given timezone.
We are facing an issue in one of the Production Scheduling Report from Supplu chain Planning to Convert the Date/Time as per the timezone given in 'Production Scheduling Organization Table'.
We have a below function available in ERP to convert the time/Date to new timezone:
new_time(mce.start_date, <From Timezone Short code>, <To Timezone Short code>)
Ex. new_time(mce.start_date, 'GMT', 'MDT')
The issue is, from where to get this short code 'MDT' based on the timezone name that we have(Timezone name: America/Denver).
Tagged:
0