juliandateでいけると思います
まずはデータを用意します
timeString = "2023-3-23 18:23:45";
t = datetime(timeString);
t.TimeZone = 'America/New_York'
ユリウス日に変換します
format longG
jd = juliandate(t)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!