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

Use fbclient-interfaces to decode time-fields with time zone. #362

Merged
merged 3 commits into from
Apr 7, 2024

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    2267b82 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Modify _ibpp.cpp to load fb_get_master_interface dynamically.

     * Remove some IBPP_LATE_BIND directives (not needed anymore)
     * define m_get_master_interface-prototype
    andy-123 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8cfd6bc View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. The returned timezone name is now used to detect that fbclient failed…

    … to load ICU (GMT-fallback).
    
    * In this case, fbclient (IUtil.decodeTime(stamp)Tz) returns "GMT*" as the time zone name.
    * "GMT*" is now also displayed by flamerobin in this case.
    andy-123 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    d6d3157 View commit details
    Browse the repository at this point in the history