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

[RSDK-8761] - Use ISO datetime format #10

Closed
wants to merge 3 commits into from
Closed

[RSDK-8761] - Use ISO datetime format #10

wants to merge 3 commits into from

Conversation

seanavery
Copy link
Collaborator

@seanavery seanavery commented Sep 12, 2024

Description

Currently, I am using a non standard datetime format YYYY-MM-DD_HH-MM-SS which I adopted from FFmpeg segment examples.

To make the DoCommand endpoint easier to use, this PR moves to standard ISO 8601 format YYYY-MM-DDTHH:MM:SS.

golang:

  • golang does not support standard ISO 8601, rather, it uses RFC 3339 which includes the timezone.
    • It is not possible for the strftime formatter in FFmpeg to match this.

python:

Testing

  • storage ✅
  • save ✅
  • fetch ✅

@seanavery seanavery changed the title RSDK-8761 - Use ISO datetime format [RSDK-8761] - Use ISO datetime format Sep 13, 2024
@seanavery seanavery marked this pull request as draft September 23, 2024 17:59
@seanavery seanavery closed this Oct 4, 2024
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.

1 participant