Skip to content

OBS Advanced Timer 0.3.1

Compare
Choose a tag to compare
@cg2121 cg2121 released this 26 Mar 21:09
· 19 commits to master since this release

0.3.1
-Changed the default format to %HH:%mm:%ss

0.3
-Added the ability to format the timer

The default format is: %HH:%mm:%ss (00:00:00)

%d - days
%hh - hours with leading zero (00..23)
%h - hours (0..23)
%HH - hours with leading zero (00..infinity)
%H - hours (0..infinity)
%mm - minutes with leading zero (00..59)
%m - minutes (0..59)
%MM - minutes with leading zero (00..infinity)
%M - minutes (0..infinity)
%ss - seconds with leading zero (00..59)
%s - seconds (0..59)
%SS - seconds with leading zero (00..infinity)
%S - seconds (0..infinity)
%t - tenths