rs_create_repdef assumes configuration pdb_convert_datetime is false

[CR# 488347] Command rs_create_repdef creates a replication definition and, for date columns, the replication definition created has a column datatype defined that assumes Replication Agent configuration pdb_convert_datetime is set to false. If pdb_convert_datetime is set to true, the format of the date value does not match the format expected by Replication Server.

Workaround: Change the pdb_convert_datetime configuration to false, or manually create replication definitions (in other words, do not use rs_create_repdef).