Upgrading from systemd 248 (248.3-2-arch) to systemd 249 (249.4-2-arch) breaks timesync.  I'm running on RPI4 over wifi.
$this->bbcode_second_pass_code('', '[root@pikvm kvmd-webterm]# timedatectl status  
               Local time: Tue 2021-10-05 17:15:02 PDT
           Universal time: Wed 2021-10-06 00:15:02 UTC
                 RTC time: n/a
                Time zone: America/Los_Angeles (PDT, -0700)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no
[root@pikvm kvmd-webterm]# timedatectl timesync-status
       Server: 196.200.131.160 (1.arch.pool.ntp.org)
Poll interval: 32s (min: 32s; max 34min 8s)
         Leap: normal
      Version: 4
      Stratum: 2
    Reference: 60B4CF6D
    Precision: 1us (-25)
Root distance: 74.996ms (max: 5s)
       Offset: +109.187ms
        Delay: 193.073ms
       Jitter: 50.929ms
 Packet count: 4
[root@pikvm kvmd-webterm]# systemctl --version
systemd 248 (248.3-2-arch)
+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified
[root@pikvm kvmd-webterm]#  ')
Upgrade
$this->bbcode_second_pass_code('', '[root@pikvm kvmd-webterm]# pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 alarm is up to date
 aur is up to date
 pikvm is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (1) systemd-249.4-2
Total Download Size:    5.60 MiB
Total Installed Size:  23.75 MiB
Net Upgrade Size:       0.64 MiB
:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 systemd-249.4-2-armv7h                                                              5.6 MiB  3.25 MiB/s 00:02 [##################################################################] 100%
(1/1) checking keys in keyring                                                                                 [##################################################################] 100%
(1/1) checking package integrity                                                                               [##################################################################] 100%
(1/1) loading package files                                                                                    [##################################################################] 100%
(1/1) checking for file conflicts                                                                              [##################################################################] 100%
(1/1) checking available disk space                                                                            [##################################################################] 100%
warning: could not get file information for var/log/journal/
:: Processing package changes...
(1/1) upgrading systemd                                                                                        [##################################################################] 100%
warning: /etc/systemd/resolved.conf installed as /etc/systemd/resolved.conf.pacnew
:: Running post-transaction hooks...
( 1/11) Creating system user accounts...
( 2/11) Updating journal message catalog...
( 3/11) Reloading system manager configuration...
( 4/11) Updating udev hardware database...
( 5/11) Applying kernel sysctl settings...
( 6/11) Creating temporary files...
( 7/11) Reloading device manager configuration...
( 8/11) Arming ConditionNeedsUpdate...
( 9/11) Updating linux-raspberrypi4 initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux-raspberrypi4.preset: 'default'
  -> -k 5.10.52-12-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.10.52-12-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
(10/11) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux-raspberrypi4.preset: 'default'
  -> -k 5.10.52-12-ARCH -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.10.52-12-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
(11/11) Reloading system bus configuration...
[root@pikvm kvmd-webterm]# ')
After upgrade
$this->bbcode_second_pass_code('', '[root@pikvm kvmd-webterm]# timedatectl status 
               Local time: Mon 2021-10-04 10:37:09 PDT
           Universal time: Mon 2021-10-04 17:37:09 UTC
                 RTC time: n/a
                Time zone: America/Los_Angeles (PDT, -0700)
System clock synchronized: no
              NTP service: active
          RTC in local TZ: no
[root@pikvm kvmd-webterm]# timedatectl timesync-status
       Server: n/a (n/a)
Poll interval: 0 (min: 32s; max 34min 8s)
 Packet count: 0
[root@pikvm kvmd-webterm]# timedatectl --version      
systemd 249 (249.4-2-arch)
+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified
[root@pikvm kvmd-webterm]# ')
			
		
