Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

The format YYYY-MM-DD is taking the date as the day of the year, eg, 13th feb as 44th day of the year, hence date comes out to be 44-02-2023. Fix is to change the format to YYYY-MM-dd #149

Open
ayushi-vishwakarma opened this issue Feb 17, 2023 · 1 comment

Comments

@ayushi-vishwakarma
Copy link

DateTimeFormatter formatter = DateTimeFormat.forPattern("YYYY-MM-DD");

@ayushi-vishwakarma
Copy link
Author

Also, Microsoft added a lot of new ResourceType and OperationType (Related to Audit Logs API) with NCE and GDAP, these are not added in the SDK.

@ayushi-vishwakarma ayushi-vishwakarma changed the title The format YYYY-MM-DD is taking the date as the day of the year, eg, 12th feb as 44th day of the year, hence date comes out to be 44-02-2023. Fix is to change the format to YYYY-MM-dd The format YYYY-MM-DD is taking the date as the day of the year, eg, 13th feb as 44th day of the year, hence date comes out to be 44-02-2023. Fix is to change the format to YYYY-MM-dd Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant