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

mimecast: squelch test errors associated with timezone short IDs #11584

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. mimecast: squelch test errors associated with timezone short IDs

    The BST short ID is associated with three timezones, resulting in the
    potential for three different Zulu timestamps, depending on which BST is
    chosen by the date processor. Fix this for tests by using a non-ambigous
    timezone short ID (which happily also agrees with the geoip data that we
    use).
    
    There is no correct fix that can be applied since the set of ambigous
    short IDs is large and knowing which to apply would depend on knowledge
    of the origin of the data (which may be possible, though complex with
    the geoip data, but also may not be depending on how strongly tied to
    geographical location the TZ of the timestamp is). The correct fix is
    for the data source to not use short IDs. We do not control this.
    efd6 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    81ea988 View commit details
    Browse the repository at this point in the history