Skip to content

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

@leppott

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).

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