Skip to content

Commit ebaad74

Browse files
shnizzedyREDCap
andcommitted
👽 REDCAP: "(NOTE: Dates must be imported here only in Y-M-D format, regardless of the specific date format designated for this field.)"
⣴⣶⣶⣶⣶⣶⣶⣶⣶⣶⡖⠉⢲⣶⣶⣶⣶⣶⣶⣶⣶ ⣿⣿⣿⣿⣿⣿⠿⣿⡿⠿⣿⡷⠀⠉⠉⠉⠉⠉⠉⠉⢉⠇ ⣿⣿⣿⣿⣿⣧⢀⡰⠄⠀⠉⠀⠀⠀⠀⠀⠙⠷⣶⣿⣿⣿ ⣿⣿⠟⠛⠉⠀⠀⠀⠀⠀⠀⣀⡀⣀⡤⠀⠐⣄⠈⠛⢿⣿ ⣿⣿⣄⣀⣀⣀⣤⠀⠀⠀⠀⠈⢻⣿⣧⣸⣆⣈⣿⣶⣿⡇ ⠻⠿⠿⠿⠿⠿⠋⠀⠀⠀⠀⠠⠴⠿⠿⠿⠿⠿⠿⠿⠿⠇ Co-authored-by: REDCap <redcap@vumc.org>
1 parent 9cdf46a commit ebaad74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mindlogger_data_export/outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def _format_activity(self, df: pl.DataFrame, activity_name: str) -> pl.DataFrame
588588
record_id = df.select("target_user_secret_id")
589589
start_date = df.select(
590590
pl.col("activity_time_start_time")
591-
.dt.strftime("%m-%d-%Y")
591+
.dt.strftime("%Y-%m-%d")
592592
.alias("start_date")
593593
)
594594

0 commit comments

Comments
 (0)