botbuilder-python
botbuilder-python copied to clipboard
port: Fix incorrect date in v5 package versioning (#6215)
The changes in Fix incorrect date in v5 package versioning (#6215) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.
Fixes #minorDescription
This fixes incorrect PreviewPackageVersion and ReleasePackageVersion resolution in pipeline BotBuilder-DotNet-Signed-daily-v5.
Versions currently use UTC date. They should use the local date, the date that is embedded in the build number and that is shown in the build datetime listings.
Please review and, if necessary, port the changes.