Obsidian Appimage using wrong "created at" time

Once you’ve done the above, delete everything above this line.

Steps to reproduce

  1. Have sync enabled
  2. Create note on phone, in the synced vault.
  3. Open Obsidian on computer (ideally after a good chunk of time since step 2).
  4. Find your note, hover over it.

image

Did you follow the troubleshooting guide? [Y/N]

Y

Expected result

The “Created at” timestamp should be that of when the note was created, not when the underlying file on the machine was created. See stat output for the underlying file.

image

Actual result

The “Created at” timestamp shows when the underlying file was created, instead of when the note was created.

Environment

SYSTEM INFO:
Obsidian version: v1.7.7
Installer version: v1.7.6
Operating system: #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 6.8.0-49-generic
Login status: logged in
Language: en
Catalyst license: none
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none


Additional information

Most FS on linux do not actually have a created time. Obsidian sync tries to preserver the created time when it synchronizes a file. Anyway, this is not a bug, because:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.