Skip to content

Commit

Permalink
#3007 Added add_to_unixtime(unixtime)
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Dec 23, 2024
1 parent 109d1ac commit 82b6229
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/basic/vx_cal/vx_cal.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ static const int mjd_ut0 = 40587; // mjd of Jan 1, 1970

////////////////////////////////////////////////////////////////////////

extern unixtime add_to_unixtime (unixtime u, int sec_per_unit, unixtime time_value, bool no_leap);

extern unixtime add_to_unixtime (unixtime u, int sec_per_unit, double time_value, bool no_leap);

extern unixtime doyhms_to_unix (int doy, int year, int hour, int minute, int second);
Expand Down

0 comments on commit 82b6229

Please sign in to comment.