Example #1
0
 def _from_request_impl(self, value):
     return timestamp_from_user(value, self._illegal_element)
Example #2
0
 def _from_request_impl(self, value):
     return timestamp_from_user(value, self._illegal_element)
Example #3
0
 def from_argument(self, value):
     return timestamp_from_user(value, self._illegal_argument)
Example #4
0
 def from_argument(self, value):
     return timestamp_from_user(value, self._illegal_argument)