Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Anyone knows how can we change tasks status time from UTC to EST ( See screenshot ). When log files are downloaded it shows task execution log time in EST.
| If you go to Qlik Sense QMC reload Tasks, the time format under information Icon and the time format under execution table are having discrepancy in time format. If you look closely the time format should be displayed in Local server time zone, however, the display box time is displayed in UTC and execution time is displayed in Local server time. | |
Cause | |
| The QRS serves the data as it is persisted. You can expect all calls to the Repository, whose response contains "createdDate" and "modifiedDate", to be served with UTC times. | |
Resolution | |
| This is currently working as designed. All persistence of "createdDate" and "modifiedDate" is done with UTC. The QRS serves the data as it is persisted. . You can expect all calls to the Repository, whose response contains "createdDate" and "modifiedDate", to be served with UTC times. |