bahnzumberg / zuugle-api

Public repositority for backend components of www.zuugle.at
https://www.zuugle.at
GNU General Public License v3.0
2 stars 3 forks source link

Sync: Put date in front of time #97

Closed martinheppner closed 5 months ago

martinheppner commented 5 months ago

The date in front of the time makes it more easy to read in a log file. Additionally it should start with the date time in the format "YYYY-MM-DD HH:MM:SS", then a space and then the text.

Image

MananPoojara commented 5 months ago

you can Parse the existing timestamp (HH:MM:SS) Reformat it to YYYY-MM-DD HH:MM:SS.

martinheppner commented 5 months ago

I know. Thank you. Now someone has to do it. :-)

MananPoojara commented 5 months ago

i made changes you can review it #99 image

martinheppner commented 5 months ago

done for production