It’s not a secret that Remedy stores dates using the epoch date format in number fields. The date is referred to the Greenwich reference time, or Zulu time. So a little adjustment must be made to translate this time to you time zone. This offset is composed by a fixed value and a variable value that depends on Daylight Time Savings (DTS).
If using Analytics or simply want to do some trick at the database level, a conversion utility between epoch a Oracle date format is very useful.
In this post I will cover this problem and I will provide you with the PL/SQL code of the conversion. … Read the complete post



























