Steps to reproduce
Here’s a sample base from the sandbox vault:
formulas:
Untitled: now().format("YYYY-[W]WW")
views:
- type: table
name: Table
order:
- file.name
- formula.Untitled
Did you follow the troubleshooting guide? [Y/N]
Y
Expected result
2026-W01
Actual result
2025-W01
Environment
SYSTEM INFO:
Obsidian version: v1.11.2
Installer version: v1.7.7
Operating system: Darwin Kernel Version 25.1.0: Mon Oct 20 19:34:05 PDT 2025; root:xnu-12377.41.6~2/RELEASE_ARM64_T6041 25.1.0
Login status: logged in
Language: en
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Additional information
Obviously I was not just creating a property to show the week, but using this function to find files with tags. My plugin creates the proper tag for this week (2026-W01), but bases can’t find them.
Online sites confirm that this week should be 2026-W01.