Skip to content

Conversation

@sjuarezgx
Copy link
Contributor

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests April 2, 2023 14:49 — with GitHub Actions Inactive
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests April 4, 2023 17:19 — with GitHub Actions Inactive
claudiamurialdo
claudiamurialdo previously approved these changes Apr 5, 2023
Copy link
Collaborator

@claudiamurialdo claudiamurialdo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GetAttValue(i).ToString() is using the current culture to create a string. It should specify the culture to get the same result in any configuration.

if (GetAttValue(i) is DateTime value)
return value;
return default(DateTime);
DateTime.TryParseExact(GetAttValue(i).ToString(), CosmosDBHelper.ISO_DATE_FORMAT, CultureInfo.InvariantCulture, DateTimeStyles.AdjustToUniversal, out DateTime dt);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GetAttValue(i).ToString() is using the current culture to create a string. It should specify the culture to get the same result in any configuration.

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx temporarily deployed to external-storage-tests April 5, 2023 13:16 — with GitHub Actions Inactive
@sjuarezgx sjuarezgx merged commit 2b5d79c into master Apr 5, 2023
@sjuarezgx sjuarezgx deleted the SupportDoublePartKeys_CosmosDB branch April 5, 2023 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants