static

in src/main/java/org/apache/maven/plugins/pdf/DateBean.java [48:59]


    static {
        YEAR.setTimeZone(UTC_TIME_ZONE);
        MONTH.setTimeZone(UTC_TIME_ZONE);
        DAY.setTimeZone(UTC_TIME_ZONE);
        HOUR.setTimeZone(UTC_TIME_ZONE);
        MINUTE.setTimeZone(UTC_TIME_ZONE);
        SECOND.setTimeZone(UTC_TIME_ZONE);
        MILLI_SECOND.setTimeZone(UTC_TIME_ZONE);
        DATE.setTimeZone(UTC_TIME_ZONE);
        TIME.setTimeZone(UTC_TIME_ZONE);
        DATE_TIME.setTimeZone(UTC_TIME_ZONE);
    }