Class TimeZoneDataNormalizer

  • All Implemented Interfaces:
    ExportDataNormalizer

    public class TimeZoneDataNormalizer
    extends Object
    implements ExportDataNormalizer
    This normalizer is used to format the date values for specified time-zone. For example: "2020-06-23T08:00:00Z" -> "2020-06-23T04:00:00-04:00[America/New_York]"
    Author:
    Dima Myroniuk (dmyroniuk)