Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update default timestamp #208

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Update default timestamp #208

merged 1 commit into from
Jul 24, 2024

Conversation

Kamsiy
Copy link
Contributor

@Kamsiy Kamsiy commented Jul 24, 2024

Description

Add a function to generate the default timestamp for a date exactly 3 months prior to the current date and time.

Motivation and Context

If a query does not have a timestamp in the response object, A default timestamp of "1970-01-01T00:00:00Z" is used. This PR updates the default timestamp to a date thats 3 months prior from the current date and time. And alerts when the default timestamp is used

How Has This Been Tested?

tested in a dev environment

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation change

Checklist

  • My code follows conforms to the coding standards.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Pic

Embed something funny here

@Kamsiy Kamsiy marked this pull request as ready for review July 24, 2024 17:59
@Kamsiy Kamsiy requested a review from a team as a code owner July 24, 2024 17:59
@Kamsiy Kamsiy added this pull request to the merge queue Jul 24, 2024
Merged via the queue into main with commit 036d8f8 Jul 24, 2024
5 checks passed
@Kamsiy Kamsiy deleted the default-time branch July 24, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants