Acknowledge Message Timestamp

I’m using some Heltec and TTGO LoRa32 boards for a project and am trying to find a way to receive the network time and date from an uplink acknowledgement and use it as a variable on the board.

I assume this is possible but I haven’t been able to find an example that shows how to do this.
The devices are set as class A and are using the LMIC-node library. Any help I could get would be appreciated.

You might want to look into the DeviceTimeReq (sent by the device to the NS) and DeviceTimeAns (sent by the NS to the device) mac-commands.