ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
36 stars 4 forks source link

Move format_datetime method to new DatetimeFormatter interface #992

Closed seppeljordan closed 5 months ago

seppeljordan commented 5 months ago

Before this change the DatetimeService interface was responsible for retrieving the current time and for formatting datetime values. Now we moved that responsibility out to another interface arbeitszeit_web.formatters.datetime_formatter. This should allow us to work on localization without disturbing the business logic code too much.

Plan-ID: d21d8863-1179-4b7c-9d17-1701a7f78e76 (2x)