Week_starts_on field in time_card table doesn't show accurate 'last week' in filterIssue When filtering the time cards with week starts on last week, the dates show the current week at the time of search/filter, not the previous week as expected.ReleaseParisCauseMissing some additional system properties for first day of the weekResolutionAdd the following properties on the sys_properties table: glide.ui.date_format.first_day_of_week glide.ui.date_picker.first_day_of_week glide.ui.filter.first_day_of_week >> Use the same details for each property: Description: Specifies the first (leftmost) day of the week for calendar views (1=Sunday, 2=Monday...) Type: integer Choices: 1=Sunday, 2=Monday, etcValue: 1 *Sunday is the default day, but can be selected to any day according to business needs.