winix/winixd
Tomasz Sowa 0cebb2dc52
allow to use a first|last weekday name when defining a timezone dst
the format of a 'start' or 'end' field in a dst is:
MM-[first|last]:[monday|tuesday|wednesday|thursday|friday|saturday|sunday] HH:MM:SS
or just as beforehand: MM-DD HH:MM:SS

a sample timezone:
{
name = "tz_+01:00d"
id = "40"
offset_str = "+01:00"

dst = (

{
year = "2001"
has_dst = true
offset_str = "+01:00"
start  	   = "03-last-sunday 01:00"
end    	   = "10-last-sunday 01:00"
}

) # end of dst
}
2023-12-20 03:58:21 +01:00
..
core allow to use a first|last weekday name when defining a timezone dst 2023-12-20 03:58:21 +01:00
db global winixd/Makefile uses now 'find' for looking for *.cpp files 2022-06-26 06:22:27 +02:00
etc allow to use a first|last weekday name when defining a timezone dst 2023-12-20 03:58:21 +01:00
functions add a Request::raw_post buffer 2023-11-02 05:14:48 +01:00
html update htmx to 1.9.9 2023-12-02 10:45:44 +01:00
locale allow to use a first|last weekday name when defining a timezone dst 2023-12-20 03:58:21 +01:00
main parse winixjson_* environment variables as json config options 2022-11-25 13:30:51 +01:00
models add primary keys definition to migration rules 2022-12-19 19:13:45 +01:00
notify allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
plugins make depend 2023-11-02 05:15:30 +01:00
requestjobs add a RequestJobBase base class for requests jobs 2023-09-28 07:47:06 +02:00
templates allow a request to be processed in a job 2022-07-25 14:21:21 +02:00
txt moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
utils fix(Http): send body content for PATCH, DELETE and OPTIONS methods if exists 2023-09-26 23:02:34 +02:00
Makefile add /usr/include/postgresql to includes paths 2022-09-23 19:53:26 +02:00
Makefile.dep make depend 2023-11-02 05:15:30 +01:00