Skip to content

Commit

Permalink
Fixing datetime format overwrite to the correct format
Browse files Browse the repository at this point in the history
  • Loading branch information
JCantu248 committed Jun 29, 2021
1 parent 51786dc commit 71d9fc1
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 @@ -180,7 +180,7 @@ campaign. These JSON files are later imported into the PCA database.
| assessment | Assessment ID that this user report is associated with. | string | | yes |
| campaign | Campaign ID that this user report is associated with. | string | | yes |
| customer | Customer ID that this user report document is associated with. Note that Gophish does not contain this information, so `gophish-export` will always export it as `null`. | string | `null` | no |
| first_report | First report (click) generated by a targeted user. Format: "YYYY-MM-DDT: hh:mm.ss" | datetime | | yes |
| first_report | First report (click) generated by a targeted user. Format: "YYYY-MM-DDThh:mm.ss" | datetime | | yes |
| total_num_reports | Total number of user reports received during a campaign. | integer | | yes |

## Contributing ##
Expand Down

0 comments on commit 71d9fc1

Please sign in to comment.