def tzinfo(self):
        """The tzinfo of the user's current timezone.

        This should only be used in places where no other timezone
        such as from an event or category is available.
        """
        return get_display_tz(as_timezone=True)
Exemplo n.º 2
0
    def tzinfo(self):
        """The tzinfo of the user's current timezone.

        This should only be used in places where no other timezone
        such as from an event or category is available.
        """
        return get_display_tz(as_timezone=True)
Exemplo n.º 3
0
 def display_tzinfo(self):
     """The tzinfo of the category or the one specified by the user"""
     return get_display_tz(self, as_timezone=True)
Exemplo n.º 4
0
 def display_tzinfo(self):
     """The tzinfo of the event as preferred by the current user"""
     return get_display_tz(self, as_timezone=True)
Exemplo n.º 5
0
 def display_tzinfo(self):
     """The tzinfo of the event as preferred by the current user"""
     return get_display_tz(self, as_timezone=True)
Exemplo n.º 6
0
 def display_tzinfo(self):
     """The tzinfo of the category or the one specified by the user"""
     return get_display_tz(self, as_timezone=True)