Skip to content

Commit

Permalink
Corrected the A+B+C.zip file naming convention
Browse files Browse the repository at this point in the history
Fixes tomzx#7
  • Loading branch information
anoopemacs authored Oct 5, 2016
1 parent 0f275a3 commit 9008967
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ Whenever you sync with the server, a file with the format `{date in GMT}={X}+{Y}
{date in GMT}={B}+{Y}.zip

**Resulting transaction file**
Because `date in GMT of the oldest` < `date in GMT of the youngest`,
{date in GMT}={X}+{Y}+{Z}.zip
Resulting transaction file Based on alphabetical order, say if `X < Y`, then: {date in GMT}={X}+{Y}+{Z}.zip
Hence, in all P+Q+R.zip type filenames, alphabetically `P < Q`

Any transaction file generated next will henceforth be named {date in GMT}={Z}+{C}.zip, where Z is the randomId generated for the resulting transaction file.

Any transaction file generated next will henceforth be named `{date in GMT}={Z}+{C}.zip`, where `Z` is the `randomId` generated for the resulting transaction file.

Expand Down

0 comments on commit 9008967

Please sign in to comment.