# After splitting, don't display "x months later" if it's the first post

**URL:** https://meta.discourse.org/t/after-splitting-dont-display-x-months-later-if-its-the-first-post/31770
**Category:** Bug
**Created:** [5 augustus 2015 om 00:18 UTC](https://meta.discourse.org/t/after-splitting-dont-display-x-months-later-if-its-the-first-post/31770 "2015-08-05T00:18:27Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![CamilleRoux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/camilleroux/32/119575_2.png) [@CamilleRoux](https://meta.discourse.org/u/CamilleRoux)
#### Post date: [5 augustus 2015 om 00:18 UTC](https://meta.discourse.org/t/after-splitting-dont-display-x-months-later-if-its-the-first-post/31770/1 "2015-08-05T00:18:27Z")

</div>

Hi,

As admin, I created a new subject from a post. But it’s still written “2 months later” (“2 mois plus tard” in French) on the top. I think it should be remove in this case.

Here is an example :  
[![](https://global.discourse-cdn.com/meta/original/3X/7/1/71422badefac410baec6164fff0a16714b18bbd2.png)](https://forum.pragmaticentrepreneurs.com/t/quel-statut-hors-ae-pour-un-redacteur-freelance/4370/1)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [5 augustus 2015 om 01:38 UTC](https://meta.discourse.org/t/after-splitting-dont-display-x-months-later-if-its-the-first-post/31770/2 "2015-08-05T01:38:53Z")

</div>

The correct fix is to make all the dates consistent here … first post date should always be equal to creation data of a topic.

I think this happens due to dodgy splitting logic.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [5 augustus 2015 om 01:52 UTC](https://meta.discourse.org/t/after-splitting-dont-display-x-months-later-if-its-the-first-post/31770/3 "2015-08-05T01:52:18Z")

</div>

No, it’s entirely due to dodgy splitting logic… it goes away on refresh 100% of the time.

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [2 september 2015 om 03:12 UTC](https://meta.discourse.org/t/after-splitting-dont-display-x-months-later-if-its-the-first-post/31770/4 "2015-09-02T03:12:36Z")

</div>

I think this has been fixed by

> **[Use small actions for moving posts · discourse/discourse@76aa079](https://github.com/discourse/discourse/commit/76aa0795)**
>
> A platform for community discussion. Free, open, simple. - Use small actions for moving posts · discourse/discourse@76aa079

No repro for me on development.

 ![](https://global.discourse-cdn.com/meta/original/3X/3/a/3ac20aa2dbb7e01fca738dc4c6ed9dbf93dd7a3e.gif)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2 september 2015 om 04:00 UTC](https://meta.discourse.org/t/after-splitting-dont-display-x-months-later-if-its-the-first-post/31770/5 "2015-09-02T04:00:42Z")

</div>


