forked from DGNum/gestioCOF
date au format français
This commit is contained in:
parent
f032b6c5ec
commit
fdf1c65de4
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class SpectacleRevente(models.Model):
|
||||||
def expiration_time_str(self):
|
def expiration_time_str(self):
|
||||||
return self.expiration_time \
|
return self.expiration_time \
|
||||||
.astimezone(timezone.get_current_timezone()) \
|
.astimezone(timezone.get_current_timezone()) \
|
||||||
.strftime('%D à %H:%M')
|
.strftime('%d/%m/%y à %H:%M')
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def shotgun(self):
|
def shotgun(self):
|
||||||
|
|
Loading…
Reference in a new issue