def get_timezone()

in src/services/messenger.py [0:0]


def get_timezone():
    if "timezone" in user:
        return user["timezone"]
    return 0