search for: 28t13

Displaying 8 results from an estimated 8 matches for "28t13".

Did you mean: 26t13
2023 Nov 05
3
strptime with +03:00 zone designator
I have some data that includes timestamps like this: 2017-02-28T13:35:00+03:00 The documentation for strptime says that %z expects an offset like 0300. I don't see any way in the documentation to get it to accept +hh:mm with a colon separator, and everything I tried gave me NA as the answer. Section 4.2.5.1 of ISO 8601:2004(E) allows both the absence of colo...
2023 Nov 06
1
strptime with +03:00 zone designator
try using 'lubridate' > library(lubridate)Attaching package: ?lubridate? The following objects are masked from ?package:base?: date, intersect, setdiff, union > x <- "2017-02-28T13:35:00+03:00"> ymd_hms(x)[1] "2017-02-28 10:35:00 UTC" > Thanks Jim Holtman *Data Munger Guru* *What is the problem that you are trying to solve?Tell me what you want to do, not how you want to do it.* On Sun, Nov 5, 2023 at 3:45?PM Richard O'Keefe <raoknz at gma...
2023 Nov 06
1
strptime with +03:00 zone designator
...t 13:18, jim holtman <jholtman at gmail.com> wrote: > try using 'lubridate' > > > library(lubridate)Attaching package: ?lubridate? > > The following objects are masked from ?package:base?: > > date, intersect, setdiff, union > > x <- "2017-02-28T13:35:00+03:00"> ymd_hms(x)[1] "2017-02-28 10:35:00 UTC" > > > > > > > Thanks > > Jim Holtman > *Data Munger Guru* > > > *What is the problem that you are trying to solve?Tell me what you want to > do, not how you want to do it.* > > &g...
2023 Nov 06
1
strptime with +03:00 zone designator
...gmail.com> wrote: > >> try using 'lubridate' >> >> > library(lubridate)Attaching package: ?lubridate? >> >> The following objects are masked from ?package:base?: >> >> date, intersect, setdiff, union >> > x <- "2017-02-28T13:35:00+03:00"> ymd_hms(x)[1] "2017-02-28 10:35:00 UTC" >> >> > >> >> >> >> Thanks >> >> Jim Holtman >> *Data Munger Guru* >> >> >> *What is the problem that you are trying to solve?Tell me what you want >...
2023 Nov 06
2
strptime with +03:00 zone designator
...idate' >>> >>> > library(lubridate)Attaching package: ?lubridate? >>> >>> The following objects are masked from ?package:base?: >>> >>> date, intersect, setdiff, union > x <- >>> "2017-02-28T13:35:00+03:00"> ymd_hms(x)[1] "2017-02-28 >>> 10:35:00 UTC" >>> >>> > >>> >>> >>> >>> Thanks >>> >>> Jim Holtman *Data Munger Guru* >>> >...
2019 Feb 28
6
samba-tool domain backup ERROR
Hello, we want to backup the AD-database with the samba-tool backup-option. We use Sernet-packages 4.9.4 we have two DCs if I do the backup on the same DC I got the following messages: ----------------- root at dc-ste-01:~# samba-tool domain backup online --server=dc-ste-01 --targetdir=. -U administrator Password for [LF\administrator]: .... Committing SAM database Setting isSynchronized and
2019 Feb 28
0
samba-tool domain backup ERROR
...system krb5.conf or replace it with this one. Do not create a symlink! Provision OK for domain DN DC=rotterdam,DC=bazuin,DC=nl Starting replication Using DS_BIND_GUID_W2K3 ... Cloned domain NTDOM (SID S-1-5-21-123415564-252352352) ... Creating backup file ./samba-backup-internal.domain.tld-2019-02-28T13-51-25.864257.tar.bz2... Our difference. In running backend AD, i assum you run with rid backend. Hmm, i have to think about this, i know there was an bugreport on the backup option.. I'll see if i can find it. @Rowland, do you know if the SID/RID of Administrator is the same on the DC...
2019 Mar 28
1
Error Starting domain: Failed to page size of file
...5 dpdk-OptiPlex-5040 libvirtd.service: 1528: error : qemuMonitorOpenUnix:374 : failed to connect to monitor socket: No such process Mar 28 18:35:45 dpdk-OptiPlex-5040 libvirtd.service: 1528: error : qemuProcessReportLogError:1709 : internal error: process exited while connecting to monitor: 2019-03-28T13:05:45.947781Z qemu-system-x86_64: -object memory-backend-file,id=ram-node0,prealloc=yes,mem-path=/dev/hugepages/libvirt/qemu,share=yes,size=2147483648: failed to get page size of file /dev/hugepages/libvirt/qemu: No such file or directory Mar 28 18:35:45 dpdk-OptiPlex-5040 virtlogd[6704]: End of fi...