search for: iso8601

Displaying 20 results from an estimated 59 matches for "iso8601".

2014 Oct 25
3
v2.2.15 released
http://dovecot.org/releases/2.2/dovecot-2.2.15.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.15.tar.gz.sig Some small fixes and changes to v2.2.14. This release is mainly in the hope that it could still make it into the next Debian stable instead of v2.2.14 - mainly because of a couple of new assert crashes that started happening in v2.2.14 and should be fixed now. * Plugins can now print
2014 Oct 25
3
v2.2.15 released
http://dovecot.org/releases/2.2/dovecot-2.2.15.tar.gz http://dovecot.org/releases/2.2/dovecot-2.2.15.tar.gz.sig Some small fixes and changes to v2.2.14. This release is mainly in the hope that it could still make it into the next Debian stable instead of v2.2.14 - mainly because of a couple of new assert crashes that started happening in v2.2.14 and should be fixed now. * Plugins can now print
2006 Sep 18
1
ISO8601 week-of-year to date
Hi, are there any way to convert ISO8601 weeks to gregorian dates? Something like coverttodate(year=2006, week=38, day=1) # Sept 18, 2006 Thanks in advance, Ott
2019 Jan 24
4
Discard mail with from date older than xxxx
...sievec(root): Fatal: failed to compile sieve script 'spam.sieve' >> >> Does anyone have any advice on how to get this working? > Hi Trever > > here is a snippet I use occasionally: > > if allof( > currentdate :zone "+0200" :value "ge" "iso8601" "2017-09-04T00:00:00+02:00", > currentdate :zone "+0200" :value "le" "iso8601" "2017-09-06T18:09:00+02:00" > ) > > > HTH > Per Please, correct me if I am wrong. This looks at the system clock. I need to look at the date in...
2019 Jan 23
2
Discard mail with from date older than xxxx
I know that sieve doesn't do math. The file would be created externally. Based on examples in section 4.4 of https://tools.ietf.org/html/rfc5260#section-4 I figured something like this would work. if date :value "le" :originalzone "date" "date" "2018-10-25" { ??????? fileinto "SPAM"; ??????? stop; } However, I get the following. spam: line
2023 Nov 06
2
strptime with +03:00 zone designator
...d O'Keefe >>>>> on Mon, 6 Nov 2023 18:37:34 +1300 writes: > Thanks to all who replied. On Mon, 6 Nov 2023 at 18:37, > Richard O'Keefe <raoknz at gmail.com> wrote: >> OK, so the consensus is (1) One cannot make strptime >> accept ISO8601-compliant zone designators (2) The >> lubridate package can (3) Or one can hack away with >> regex. Lubridate it is, then. >> >> But I do regard strptime's inability to process >> ISO8601-compliant zone designators as a bug. Did you try to su...
2023 Nov 06
1
strptime with +03:00 zone designator
OK, so the consensus is (1) One cannot make strptime accept ISO8601-compliant zone designators (2) The lubridate package can (3) Or one can hack away with regex. Lubridate it is, then. But I do regard strptime's inability to process ISO8601-compliant zone designators as a bug. On Mon, 6 Nov 2023 at 13:18, jim holtman <jholtman at gmail.com> wrote: &gt...
2015 Oct 29
2
[Bug 2464] Adding timestamp to debug messages (log.c:do_log)
...la.mindrot.org/show_bug.cgi?id=2464 --- Comment #3 from Darren Tucker <dtucker at zip.com.au> --- Created attachment 2741 --> https://bugzilla.mindrot.org/attachment.cgi?id=2741&action=edit Changes as suggested. Diff updated with suggested changes (also, making the timestamp format ISO8601 compliant). That said, what's the use case for this? The timestamps are bulky, and the only time I'm ever interested in the timing of them is the relative time, which could be done in a lot less space by printing the number of seconds since the previous log message. -- You are receiving...
2019 Apr 03
2
SAMBA 48 - Dependencies Python27 vs python36
Hello Everyone, Good morning/afternoon/evening. Is there any chance to have SAMBA 48 working with Python36 and its derivatives? ( py36-dnspython-1.15.0.txz. py36-iso8601-0.1.11.txz, py36-ply-3.11.txz, py36-setuptools-40.6.2.txz) Currently SAMBA 48 requires python 26, but that is conflicting with existing packages in the server that is using py36. Any way to work around that issue? Thanks Much! Fabricio.
2023 Nov 06
1
strptime with +03:00 zone designator
Thanks to all who replied. On Mon, 6 Nov 2023 at 18:37, Richard O'Keefe <raoknz at gmail.com> wrote: > OK, so the consensus is > (1) One cannot make strptime accept ISO8601-compliant zone designators > (2) The lubridate package can > (3) Or one can hack away with regex. > Lubridate it is, then. > > But I do regard strptime's inability to process ISO8601-compliant zone > designators as a bug. > > > On Mon, 6 Nov 2023 at 13:18, jim holtman...
2020 Jan 10
4
GPO
Yes, I run ./configure alone, then make and then make install January 10, 2020 9:01 AM, "Rowland penny via samba" <samba at lists.samba.org> wrote: > On 10/01/2020 17:54, Sandy via samba wrote: > >> Try answering the questions I asked you: >> -----> OK. sorry >> >> How did you configure Samba when you built it ? >> >> -----> I
2018 Dec 03
2
vacation script issue
...s=%{ldap:departmentNumber} > > > pass_attrs= mailRoutingAddress=user > > tls = yes > My vacation script: require ["date","relational","vacation"]; > # rule:[Vacation] > if allof (currentdate :zone "+0100" :value "ge" "iso8601" > "2018-12-02T02:00:00+01:00", currentdate :zone "+0100" :value "le" > "iso8601" "2018-12-24T04:00:00+01:00") > { > vacation :addresses "test at example.com" :subject "Away" "I'm away"; > }...
2019 Jul 17
1
Samba 4.10.6 for Debian Buster ( amd64/i386) Available now.
...uild Depends. Bump python(2/3) version to 2.7+ and 3.7+ Bump cmocka to 1.1.3 glusterfs-common to libglusterfs-dev Tracker 1.0 to 2.0 Updated python build depends. added build depends: libaio-dev libtasn1-6-dev libtasn1-bin python-crypto python-gpg python-iso8601 python-pexpect python3-crypto python3-gpg python3-iso8601 python3-pexpect - Changes for python3 Package samba: added recommends acl added/Updates python3 Depends. change ${python:Depends} to python3 Package samba-common-bin: change python to pyt...
2019 Jan 24
0
Discard mail with from date older than xxxx
...am: error: validation failed. > sievec(root): Fatal: failed to compile sieve script 'spam.sieve' > > Does anyone have any advice on how to get this working? Hi Trever here is a snippet I use occasionally: if allof( currentdate :zone "+0200" :value "ge" "iso8601" "2017-09-04T00:00:00+02:00", currentdate :zone "+0200" :value "le" "iso8601" "2017-09-06T18:09:00+02:00" ) HTH Per -- Per Jessen, Z?rich (-1.6?C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland.
2019 Jan 24
0
Discard mail with from date older than xxxx
...compile sieve script 'spam.sieve' >>> >>> Does anyone have any advice on how to get this working? >> Hi Trever >> >> here is a snippet I use occasionally: >> >> if allof( >> currentdate :zone "+0200" :value "ge" "iso8601" "2017-09-04T00:00:00+02:00", >> currentdate :zone "+0200" :value "le" "iso8601" "2017-09-06T18:09:00+02:00" >> ) >> >> >> HTH >> Per > > > Please, correct me if I am wrong. This looks at the syste...
2019 Jul 26
1
NOTICE: Update Debian samba 4.10.6 (Buster)
...at's a workaround. The Buster change log it Changes: samba (2:4.10.6+nmu-1.1deb10~2) buster; urgency=medium . * Non-maintainer upload. * Bugfix package release * Fixed missed python3-tdb * d/control, removed unneeded python(2) build depends. - python-crypto python-gpg python-iso8601 python-pexpect * Changes for python3 - Package samba-common-bin: added python and python3 - python-samba: changed to python3-samba Greetz, Louis
2020 Jan 10
0
GPO
...ls \ > locales \ > lsb-release \ > make \ > mawk \ > mingw-w64 \ > nettle-dev \ > patch \ > perl \ > perl-modules \ > pkg-config \ > procps \ > psmisc \ > python-crypto \ > python-dbg \ > python-dev \ > python-dnspython \ > python-gpg \ > python-iso8601 \ > python-markdown \ > python-pexpect \ > python3 \ > python3-crypto \ > python3-dbg \ > python3-dev \ > python3-dnspython \ > python3-gpg \ > python3-iso8601 \ > python3-markdown \ > python3-matplotlib \ > python3-pexpect \ > rng-tools \ > rsync \ > se...
2005 Nov 20
1
mySQL 5.0 upgrade - incompatible DateTime format?
I''ve upgraded to mySQL 5.0, and it''s gone pretty smoothly except that on DateTime.now doesn''t seem to return a value that mySQL likes any more, as seen in the following exception: Incorrect datetime value: ''2005-11-20T15:33:12-0800'' for column ''logged_at'' at row 1: UPDATE notes SET `due_on` = ''2005-11-20'',
2019 Dec 20
4
Upgrading from Debian Stretch to Buster, Van Belle package
Ah, ok, apt-get remove libldb1 ldb-tools Then try again : apt install samba winbind acl The replacement of libldb1 to libldb2 is missing something. I'll have a look at that. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: Lmloge [mailto:lmloge at orange.fr] > Verzonden: vrijdag 20 december 2019 13:15 > Aan: L.P.H. van Belle > CC: samba at lists.samba.org
2015 Oct 29
2
[Bug 2464] Adding timestamp to debug messages (log.c:do_log)
Darren Tucker <dtucker at zip.com.au> writes: > On Thu, Oct 29, 2015 at 12:32 PM, Mark D. Baushke <mdb at juniper.net> wrote: > > Diff updated with suggested changes (also, making the timestamp format > > ISO8601 compliant). > > > > Hmmm... full IOS8601 compliance would include the timzeone so the format > > I don't have a copy of the ISO8601 text, but the wikipedia page says > "If no UTC relation information is given with a time representation, > the time is assumed to be...