bugfix: date pasing
This commit is contained in:
parent
4019158769
commit
18457a8253
|
@ -144,8 +144,8 @@ class Formatters :
|
|||
|
||||
#
|
||||
# We have a date formatting issue
|
||||
|
||||
return "-".join([year,month,day])
|
||||
return value
|
||||
return "-".join([year,month,day])
|
||||
def time(self,value):
|
||||
pass
|
||||
def sv3(self,value):
|
||||
|
|
Loading…
Reference in New Issue