Get timestamp from HLS stream

Looking to get the timestamp of a “Live” HLS stream when the video is playing. I seen references to program date. Basically the date when the segment/clip was generated.

Here is an example:

#EXT-X-PROGRAM-DATE-TIME:2023-06-09T21:23:31.955Z

This is located inside m3u8 file.

Update…

Found it:

[“positionInfo”][“video”]

Thanks!