Commit 10ac6540 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

update dm.now

parent d5632463
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -287,7 +287,8 @@ class CsstMsDataManager:

    @staticmethod
    def now():
        return datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')
        """ Return ISOT8601 format datetime. """
        return datetime.datetime.now().strftime('%Y-%m-%dT%H:%M:%S.%f')

    # DFS APIs
    @property