Azure / azure-linux-extensions

Linux Virtual Machine Extensions for Azure
Apache License 2.0
301 stars 251 forks source link

DateTimeFormat fix #1921

Closed arisettisanjana closed 2 months ago

arisettisanjana commented 2 months ago

Fixing the datetime format of CreationTime. The previous implementation was using an r string, causing the backslash to be treated as a literal. This resulted in searching for \\\/ instead of \\/, preventing the replacement of \\/ with \/.