diff --git a/paramecio/cromosoma/extrafields/datetimefield.py b/paramecio/cromosoma/extrafields/datetimefield.py index 8c7fa35..4a5c57c 100644 --- a/paramecio/cromosoma/extrafields/datetimefield.py +++ b/paramecio/cromosoma/extrafields/datetimefield.py @@ -20,7 +20,7 @@ class DateTimeField(PhangoField): value=datetime.local_to_gmt(value) - elif not datetime.obtain_timestamp(value, False): + elif not datetime.obtain_timestamp(value): self.error=True self.txt_error=self.error_default