Azure-Samples / cosmos-notebooks

Sample Notebooks
24 stars 28 forks source link

datetime format #47

Closed Rodrigossz closed 3 years ago

Rodrigossz commented 3 years ago

Purpose

Just changing datetime format to follow this best practice: https://docs.microsoft.com/en-us/azure/cosmos-db/working-with-dates

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[X] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Just run the notebook.

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information