Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6006 - Invalid timestamp

6006   Invalid timestamp

Cause

This error occurs if the input contains a timestamp that is not valid. A timestamp in JADE must be the following format.

yyyy:MM:dd:hh:mm[:ss[.mmm]]

The timestamp must also represent a valid date and time. This error occurs if these conditions are not met.

Action

Correct the timestamp in your source code so that it has a valid format and represents a valid date and time.