Skip to content
This repository was archived by the owner on Feb 11, 2024. It is now read-only.
This repository was archived by the owner on Feb 11, 2024. It is now read-only.

Handle day name values better #3

@thomp

Description

@thomp

The truncated form of "This Afternoon", "Th", is potentially confusing, as it suggests Thursday. Develop an approach which addresses the larger issue this represents (e.g., "Thanksgiving" also is an issue). One approach would be to rely on the start-time value (e.g., "2018-11-25T18:00:00-08:00") to identify "today". Another approach would be to check the NAME value against the set of days of the week -- if not a member of the set, then look to plan B.

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