cancel
Showing results for 
Search instead for 
Did you mean: 

Create date in C4C service request summary (PDF Form)

jensniemeyer
Participant
0 Kudos

Hello,

I created for the service request a summary as PDF form using the Adobe Life Cycle Designer.

On the head of the form I print out, when the summary has been created, using

$.rawValue = Concat(Num2Date(Date(), "DD.MM.YYYY"), " ", Num2Time(Time(), "HH:MM:SS"))

Within the Adobe tool everything works fine.

When I publish the XDP file to server and process the file in the cloud, the time has got an offset of -1.00 hrs

So the server runs in different timezone.

How can I fix this problem?
Is there somewhere a context value, which represents my client users locale?

Thanks

Jens

Accepted Solutions (0)

Answers (1)

Answers (1)

dhruv_mehta
Active Contributor
0 Kudos

When I publish the XDP file to server and process the file in the cloud, the time has got an offset of -1.00 hrs , Looks like UTC to CET issue. You can I think handle this in JS in Form.