We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dfc59 commit ec4f280Copy full SHA for ec4f280
pendulum/utils.py
@@ -1,7 +1,9 @@
1
# -*- coding: utf-8 -*-
2
3
+from ._compat import long
4
-class CallableTimestamp(int):
5
+
6
+class CallableTimestamp(long):
7
"""
8
An int object representing a timestamp that
9
returns a float when called.
0 commit comments