---
title: "Deprecation of current-* conditions"
date: 2022-11-14
tags:
  - Rules
  - Deprecations
description: ""
---
import { Image } from "astro:assets"
import static80ad41b4cabc4ffc94c1c951162a9310png from "../images/changelog/static-80ad41b4-cabc-4ffc-94c1-c951162a9310.png"


The attributes `current-day`, `current-day-of-week`, `current-month`, `current-time`, `current-timestamp` and `current-year` are deprecated and will be removed on February, 11th 2023.

We recommend using the `schedule` condition instead.

<Image src={static80ad41b4cabc4ffc94c1c951162a9310png} alt="Changelog Image" />
