wombelix / pagure

Forked from pagure a year ago
Clone

5a73e49 Fix issues with timestamp json dump

Authored and Committed by zlopez 2 years ago
    Fix issues with timestamp json dump
    
    Arrow.timestamp() is a method not property in newer arrow releases.
    
    We will use float_timestamp instead, which is available even in older versions.
    
    See https://arrow.readthedocs.io/en/latest/#arrow.arrow.Arrow.timestamp
    
    Signed-off-by: Michal Konečný <mkonecny@redhat.com>
    
        
file modified
+2 -2