Skip to content

QC - DateTime fails if include "T" instead of " " #171

Description

@leppott

Describe the bug
Files fail QC (app and R console) if Date.Time includes a "T" instead of " " (space).

App hard crashes.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
Should be able to handle it.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
ISO standard for date time before could use " " or "T" to separate date and time. The standard changed in 2019 to require the "T" as a separator.

Quick Fix
Easiest "fix" is to replace the "T" with a " " (space).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions