|
@@ -8,7 +8,7 @@ from time import time
|
|
|
|
|
|
def create_recorded_time_dict(worked_time, income, task):
|
|
def create_recorded_time_dict(worked_time, income, task):
|
|
return {'Name': NAME,
|
|
return {'Name': NAME,
|
|
- 'Datum': datetime_functions.datetime_to_str(datetime_functions.get_current_date(),'%d/%m%Y') ,
|
|
|
|
|
|
+ 'Datum': datetime_functions.datetime_to_str(datetime_functions.get_current_date(),'%d/%m/%Y') ,
|
|
'Arbeitszeit': worked_time,
|
|
'Arbeitszeit': worked_time,
|
|
'Einkommen': income,
|
|
'Einkommen': income,
|
|
'Kalenderwoche': datetime_functions.datetime_to_str(datetime_functions.get_current_date(), '%V'),
|
|
'Kalenderwoche': datetime_functions.datetime_to_str(datetime_functions.get_current_date(), '%V'),
|