Skip to main content
Question

Issue on Date/Time Format of timeStarted, timeFinished returned by FMEServer.runDataDownload

  • April 29, 2019
  • 1 reply
  • 22 views

takashi
Celebrity

FME Server 2019.0.0.1 Build 19246 - linux-x64, JavaScript Library Version 3

I noticed that the datetime format of timeStarted and timeFinished returned by the FMEServer.runDataDonwlod function is "%Y-%m-%d %I:%M:%S" without %p (AM/PM).

Since "%I" is in the range 00-12, you cannot get correct started/finished datetime in afternoon.

This is the result from a quick test.

Could you please investigate the format of these timestamp members?

{ "serviceResponse" : { "statusInfo" : { "mode" : mode, "status" : status }, "fmeTransformationResult" : { "fmeServerResponse" : { "id" : id, "jobStatus" : status, "result" : result_string, "resultSuccess" : true_or_false, "serviceMsg" : msg, "serviceSuccess" : true_or_false, "timeRequested" : timestamp, "timeStarted" : timestamp, "timeFinished" : timestamp, "requesterResultPort" : port, "requesterHost" : ip, "request" : request_string, "requestKeyword" : service_name, "priority" : priority, "description" : description }, "fmeEngineResponse": Object }, "jobID" : id, "url" : download_link } }

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • April 30, 2019

Hi @takashi, thank you very much for bringing this to our attention! I have filed an issue with the development team and we will update this posting when there is a resolution.