bzr revid: fp@tinyerp.com-20090406155916-sv4wv1ajssjh5ewv
This commit is contained in:
Fabien Pinckaers 2009-04-06 17:59:16 +02:00
parent bec967906b
commit 7a9b67387c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class lang(osv.osv):
_description = "Languages"
def _get_default_date_format(self,cursor,user,context={}):
return '%Y-%m-%d'
return '%m/%d/%Y'
def _get_default_time_format(self,cursor,user,context={}):
return '%H:%M:%S'