This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import datetime
|
||||
import logging
|
||||
import pytz
|
||||
import re
|
||||
import pytz
|
||||
from six import string_types
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Iso8601Serializer(object):
|
||||
class Iso8601Serializer:
|
||||
marker = 'ISO8601'
|
||||
separator = ':'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user