cancel
Showing results for 
Search instead for 
Did you mean: 

"order date" incorrect on purchase orders

Former Member
0 Kudos

SRM 5.00

When purchase orders are created the "order date" (on the output) is 1 hour behind the actual time of creation. The system time, user timezone, etc are all set to BST / GMTUK and when creating the purch document and having the timestamp in the doc name, the timestamp is correct. however, when I view the output, the time is one hour behind.

Could anyone suggest any particular settings / params that I should check ?

much appreciated

Scott.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Our developers have debugged the process and found that some of the timestamps are incorrect by 1hr, because the fields are described by the domain BCOS_TSTMP which has an obsolete conversion routine attached, TSTPS, which does not change the time for local BST.

Other timestamps are described by the domain COM_TSTMP, with a conversion routine, TSTLC, which correctly alters the time for BST.