Skip to content

Commit

Permalink
Update date setting procedure. Closes #12.
Browse files Browse the repository at this point in the history
  • Loading branch information
zimolzak committed Mar 7, 2021
1 parent bec4dd6 commit e526d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Setting dates
1. Find the first day of the current month (e.g. if today is Feb 19,
you rewind to find Feb 1).

2. Subtract two more months from that (so you get Dec 1).
2. Subtract two more months from that (so you get Dec 1). Subtract *three months* if you are running `Fobt.sql`.

3. Set `sp_start` equal to that (such as `set @sp_start='2019-12-01 00:00:00'`).

Expand Down

0 comments on commit e526d50

Please sign in to comment.