Display of Date & Time in BRM Customoer Center
BRM stores all the dates in Unix time format and while retrieving these dates using opcodes, it converts to a specific timezone and shows it in readable format (like Day Mon dd hh:mi:ss yyyy). Some timezones has summer and winter timezone variations. The storing of date value can happen in summer timezone and reading it can happen at a later point of time which can be in winter timezone.
So when converting the date stored in Unix time format, will it use the current time zone (at the time of opcode call) or the timezone when that date value is converted and stored.