I'm importing from DBF to GMPE 8.0 and have added a new field UpdatedDate to hold the current time. I created it as: d2s(now(),"M/d/yyyy h:mm a z") However, when I test the expression, the result is: 1/30/2009 6:03 a -8 How may I get the AM/PM and time zone to display? Many thanks for your...